Changeset 10357
- Timestamp:
- 11/16/2015 07:20:59 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10316 r10357 657 657 658 658 <div class="wrap"> 659 <h 2><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h2>659 <h1><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h1> 660 660 661 661 <?php if ( ! empty( $activity ) ) : ?> … … 979 979 980 980 <div class="wrap"> 981 <h 2>981 <h1> 982 982 <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> 983 983 <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?> … … 989 989 <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> 990 990 <?php endif; ?> 991 </h 2>991 </h1> 992 992 993 993 <?php // If the user has just made a change to an activity item, display the status messages. ?> -
trunk/src/bp-core/admin/bp-core-admin-tools.php
r10354 r10357 21 21 <div class="wrap"> 22 22 23 <h 2><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h2>23 <h1><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1> 24 24 25 25 <p> … … 375 375 ?> 376 376 <div class="wrap"> 377 <h 2><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h2>377 <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1> 378 378 379 379 <?php -
trunk/src/bp-groups/bp-groups-admin.php
r10262 r10357 568 568 569 569 <div class="wrap"> 570 <h 2><?php _e( 'Edit Group', 'buddypress' ); ?>570 <h1><?php _e( 'Edit Group', 'buddypress' ); ?> 571 571 572 572 <?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?> … … 574 574 <?php endif; ?> 575 575 576 </h 2>576 </h1> 577 577 578 578 <?php // If the user has just made a change to an group, display the status messages ?> … … 664 664 665 665 <div class="wrap"> 666 <h 2><?php _e( 'Delete Groups', 'buddypress' ) ?></h2>666 <h1><?php _e( 'Delete Groups', 'buddypress' ) ?></h1> 667 667 <p><?php _e( 'You are about to delete the following groups:', 'buddypress' ) ?></p> 668 668 … … 721 721 722 722 <div class="wrap"> 723 <h 2>723 <h1> 724 724 <?php _e( 'Groups', 'buddypress' ); ?> 725 725 … … 731 731 <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> 732 732 <?php endif; ?> 733 </h 2>733 </h1> 734 734 735 735 <?php // If the user has just made a change to an group, display the status messages ?> -
trunk/src/bp-members/bp-members-admin.php
r10322 r10357 878 878 879 879 <div class="wrap" id="community-profile-page"> 880 <h 2><?php echo esc_html( $title ); ?>880 <h1><?php echo esc_html( $title ); ?> 881 881 882 882 <?php if ( empty( $this->is_self_profile ) ) : ?> … … 893 893 894 894 <?php endif; ?> 895 </h 2>895 </h1> 896 896 897 897 <?php if ( ! empty( $user ) ) : … … 1816 1816 1817 1817 <div class="wrap"> 1818 <h 2><?php _e( 'Users', 'buddypress' ); ?>1818 <h1><?php _e( 'Users', 'buddypress' ); ?> 1819 1819 1820 1820 <?php if ( current_user_can( 'create_users' ) ) : ?> … … 1833 1833 1834 1834 ?> 1835 </h 2>1835 </h1> 1836 1836 1837 1837 <?php // Display each signups on its own row. ?> … … 1935 1935 1936 1936 <div class="wrap"> 1937 <h 2><?php echo esc_html( $header_text ); ?></h2>1937 <h1><?php echo esc_html( $header_text ); ?></h1> 1938 1938 <p><?php echo esc_html( $helper_text ); ?></p> 1939 1939 -
trunk/src/bp-xprofile/bp-xprofile-admin.php
r10324 r10357 87 87 <div class="wrap"> 88 88 89 <h 2>89 <h1> 90 90 <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?> 91 91 <a id="add_group" class="add-new-h2" href="users.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a> 92 </h 2>92 </h1> 93 93 94 94 <form action="" id="profile-field-form" method="post"> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10313 r10357 1116 1116 <div class="wrap"> 1117 1117 1118 <h 2><?php echo esc_html( $title ); ?></h2>1118 <h1><?php echo esc_html( $title ); ?></h1> 1119 1119 1120 1120 <?php if ( !empty( $message ) ) : ?> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10281 r10357 724 724 <div class="wrap"> 725 725 726 <h 2><?php echo esc_html( $title ); ?></h2>726 <h1><?php echo esc_html( $title ); ?></h1> 727 727 728 728 <?php if ( ! empty( $message ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.