Changeset 5265
- Timestamp:
- 02/06/2014 02:05:11 AM (11 years ago)
- Location:
- trunk/includes/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/settings.php
r5242 r5265 1245 1245 * @since bbPress (r2643) 1246 1246 * 1247 * @uses screen_icon() To display the screen icon1248 1247 * @uses settings_fields() To output the hidden fields for the form 1249 1248 * @uses do_settings_sections() To output the settings sections … … 1253 1252 1254 1253 <div class="wrap"> 1255 1256 <?php screen_icon(); ?>1257 1254 1258 1255 <h2><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h2> … … 1496 1493 * The main settings page 1497 1494 * 1498 * @uses screen_icon() To display the screen icon1499 1495 * @uses settings_fields() To output the hidden fields for the form 1500 1496 * @uses do_settings_sections() To output the settings sections … … 1504 1500 1505 1501 <div class="wrap"> 1506 1507 <?php screen_icon( 'tools' ); ?>1508 1502 1509 1503 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Import Forums', 'bbpress' ) ); ?></h2> -
trunk/includes/admin/tools.php
r5253 r5265 22 22 * @uses wp_cache_flush() To flush the cache 23 23 * @uses do_action() Calls 'admin_notices' to display the notices 24 * @uses screen_icon() To display the screen icon25 24 * @uses wp_nonce_field() To add a hidden nonce field 26 25 */ … … 29 28 30 29 <div class="wrap"> 31 32 <?php screen_icon( 'tools' ); ?>33 30 34 31 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( __( 'Repair Forums', 'bbpress' ) ); ?></h2> … … 1169 1166 * @uses check_admin_referer() To verify the nonce and the referer 1170 1167 * @uses do_action() Calls 'admin_notices' to display the notices 1171 * @uses screen_icon() To display the screen icon1172 1168 * @uses wp_nonce_field() To add a hidden nonce field 1173 1169 */ … … 1176 1172 1177 1173 <div class="wrap"> 1178 1179 <?php screen_icon( 'tools' ); ?>1180 1174 1181 1175 <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( __( 'Reset Forums', 'bbpress' ) ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.