Add developers section to quick links

This commit is contained in:
Brian Miyaji
2016-09-09 13:55:36 +10:00
parent ed29ba4004
commit 84e7be7bb1
2 changed files with 14 additions and 6 deletions

View File

@@ -719,7 +719,6 @@ table.widefat.sp-sortable-table tbody tr .icon {
/* Modules */
.sp-modules-wrapper {
margin-top: 20px;
margin-right: 300px;
max-width: 750px;
}
@@ -797,7 +796,7 @@ table.widefat.sp-sortable-table tbody tr .icon {
}
.sp-modules-wrapper table {
margin-bottom: 20px;
margin-top: 20px;
}
table.sp-modules-table th {

View File

@@ -157,8 +157,6 @@ class SP_Settings_Modules extends SP_Settings_Page {
'http://tboy.co/installation' => __( 'Getting Started', 'sportspress' ),
'http://tboy.co/manuals' => __( 'Manuals', 'sportspress' ),
'http://tboy.co/videos' => __( 'Videos', 'sportspress' ),
'http://tboy.co/developers' => __( 'Developers', 'sportspress' ),
'http://tboy.co/integration' => __( 'Theme Integration Guide', 'sportspress' ),
),
),
'help' => array(
@@ -179,6 +177,15 @@ class SP_Settings_Modules extends SP_Settings_Page {
'http://tboy.co/gplus' => __( 'Google+', 'sportspress' ),
),
),
'developers' => array(
'icon' => 'dashicons dashicons-editor-code',
'label' => __( 'Developers', 'sportspress' ),
'links' => array(
'http://tboy.co/developers' => __( 'Reference', 'sportspress' ),
'http://tboy.co/slack' => __( 'Slack', 'sportspress' ),
'http://tboy.co/github' => __( 'GitHub', 'sportspress' ),
),
),
);
if ( class_exists( 'SportsPress_Pro' ) ) {
@@ -261,8 +268,10 @@ class SP_Settings_Modules extends SP_Settings_Page {
</table>
<?php } ?>
<input name="save" class="button-primary" type="submit" value="<?php _e( 'Save Changes', 'sportspress' ); ?>" />
<?php $GLOBALS['hide_save_button'] = true; ?>
<p class="submit">
<input name="save" class="button button-primary" type="submit" value="<?php _e( 'Save Changes', 'sportspress' ); ?>" />
<?php $GLOBALS['hide_save_button'] = true; ?>
</p>
</div>
</div>