Changeset 10229 for trunk/src/bp-core/admin/bp-core-admin-settings.php
- Timestamp:
- 10/10/2015 01:28:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-settings.php
r10152 r10229 265 265 * @since 1.6.0 266 266 * 267 * @uses screen_icon() To display the screen icon.268 267 * @uses settings_fields() To output the hidden fields for the form. 269 268 * @uses do_settings_sections() To output the settings sections. … … 277 276 278 277 <div class="wrap"> 279 280 <?php screen_icon( 'buddypress' ); ?>281 278 282 279 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Settings', 'buddypress' ) ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.