Changeset 10229
- Timestamp:
- 10/10/2015 01:28:36 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10197 r10229 661 661 662 662 <div class="wrap"> 663 <?php screen_icon( 'buddypress-activity' ); ?>664 663 <h2><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h2> 665 664 … … 978 977 979 978 <div class="wrap"> 980 <?php screen_icon( 'buddypress-activity' ); ?>981 979 <h2> 982 980 <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> -
trunk/src/bp-core/admin/bp-core-admin-components.php
r10108 r10229 21 21 22 22 <div class="wrap"> 23 <?php screen_icon( 'buddypress'); ?>24 23 25 24 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Components', 'buddypress' ) ); ?></h2> -
trunk/src/bp-core/admin/bp-core-admin-functions.php
r10108 r10229 101 101 102 102 <div class="wrap"> 103 <?php screen_icon( 'buddypress' ); ?>104 103 <h2><?php _e( 'Why have all my BuddyPress menus disappeared?', 'buddypress' ); ?></h2> 105 104 -
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> -
trunk/src/bp-core/admin/bp-core-admin-slugs.php
r10108 r10229 21 21 22 22 <div class="wrap"> 23 <?php screen_icon( 'buddypress'); ?>24 23 25 24 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2> -
trunk/src/bp-core/admin/bp-core-admin-tools.php
r10165 r10229 20 20 ?> 21 21 <div class="wrap"> 22 <?php screen_icon( 'buddypress'); ?>23 22 24 23 <h2><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h2> -
trunk/src/bp-forums/deprecated/1.6.php
r10183 r10229 37 37 38 38 <div class="wrap"> 39 <?php screen_icon( 'buddypress' ); ?>40 41 39 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Forums', 'buddypress' ) ); ?></h2> 42 40 -
trunk/src/bp-groups/bp-groups-admin.php
r10148 r10229 568 568 569 569 <div class="wrap"> 570 <?php screen_icon( 'buddypress-groups' ); ?>571 570 <h2><?php _e( 'Edit Group', 'buddypress' ); ?> 572 571 … … 665 664 666 665 <div class="wrap"> 667 <?php screen_icon( 'buddypress-groups' ); ?>668 666 <h2><?php _e( 'Delete Groups', 'buddypress' ) ?></h2> 669 667 <p><?php _e( 'You are about to delete the following groups:', 'buddypress' ) ?></p> … … 723 721 724 722 <div class="wrap"> 725 <?php screen_icon( 'buddypress-groups' ); ?>726 723 <h2> 727 724 <?php _e( 'Groups', 'buddypress' ); ?> -
trunk/src/bp-members/bp-members-admin.php
r10149 r10229 894 894 895 895 <div class="wrap" id="community-profile-page"> 896 <?php screen_icon( 'users' ); ?>897 896 <h2><?php echo esc_html( $title ); ?> 898 897 … … 1848 1847 1849 1848 <div class="wrap"> 1850 <?php screen_icon( 'users' ); ?>1851 1849 <h2><?php _e( 'Users', 'buddypress' ); ?> 1852 1850 … … 1969 1967 1970 1968 <div class="wrap"> 1971 <?php screen_icon( 'users' ); ?>1972 1969 <h2><?php echo esc_html( $header_text ); ?></h2> 1973 1970 <p><?php echo esc_html( $helper_text ); ?></p> -
trunk/src/bp-xprofile/bp-xprofile-admin.php
r10226 r10229 86 86 87 87 <div class="wrap"> 88 89 <?php screen_icon( 'users' ); ?>90 88 91 89 <h2> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10198 r10229 1115 1115 1116 1116 <div class="wrap"> 1117 1118 <?php screen_icon( 'users' ); ?>1119 1117 1120 1118 <h2><?php echo esc_html( $title ); ?></h2> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10198 r10229 724 724 <div class="wrap"> 725 725 726 <?php screen_icon( 'users' ); ?>727 728 726 <h2><?php echo esc_html( $title ); ?></h2> 729 727
Note: See TracChangeset
for help on using the changeset viewer.