Move text settings to dedicated tab

This commit is contained in:
Brian Miyaji
2014-04-25 01:06:14 +10:00
parent e382174441
commit 88d43e0a4f
20 changed files with 129 additions and 143 deletions

View File

@@ -220,7 +220,7 @@ class SP_Admin_Welcome {
<?php SP()->countries->country_dropdown_options( $selected ); ?>
</select>
</p>
<h4><?php printf( __( 'Select %s', 'sportspress' ), __( 'Sport', 'sportspress' ) ); ?></h4>
<h4><?php _e( 'Sport', 'sportspress' ); ?></h4>
<?php
$sport_options = sp_get_sport_options();
$class = 'chosen-select' . ( is_rtl() ? ' chosen-rtl' : '' );