Ticket #6581: 6581.patch
File 6581.patch, 6.8 KB (added by , 9 years ago) |
---|
-
src/bp-activity/bp-activity-admin.php
656 656 do_action_ref_array( 'bp_activity_admin_edit', array( &$activity ) ); ?> 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 ) ) : ?> 662 662 … … 977 977 do_action( 'bp_activity_admin_index', $messages ); ?> 978 978 979 979 <div class="wrap"> 980 <h 2>980 <h1> 981 981 <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> 982 982 <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?> 983 983 <?php else : ?> … … 987 987 <?php if ( !empty( $_REQUEST['s'] ) ) : ?> 988 988 <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> 989 989 <?php endif; ?> 990 </h 2>990 </h1> 991 991 992 992 <?php // If the user has just made a change to an activity item, display the status messages. ?> 993 993 <?php if ( !empty( $messages ) ) : ?> -
src/bp-core/admin/bp-core-admin-tools.php
20 20 ?> 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> 26 26 <?php esc_html_e( 'BuddyPress keeps track of various relationships between users, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?> … … 375 375 function bp_core_admin_available_tools_page() { 376 376 ?> 377 377 <div class="wrap"> 378 <h 2><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h2>378 <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1> 379 379 380 380 <?php 381 381 -
src/bp-groups/bp-groups-admin.php
567 567 do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?> 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() ) : ?> 573 573 <a class="add-new-h2" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a> 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 ?> 579 579 <?php if ( !empty( $messages ) ) : ?> … … 663 663 $base_url = remove_query_arg( array( 'action', 'action2', 'paged', 's', '_wpnonce', 'gid' ), $_SERVER['REQUEST_URI'] ); ?> 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 669 669 <ul class="bp-group-delete-list"> … … 720 720 do_action( 'bp_groups_admin_index', $messages ); ?> 721 721 722 722 <div class="wrap"> 723 <h 2>723 <h1> 724 724 <?php _e( 'Groups', 'buddypress' ); ?> 725 725 726 726 <?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?> … … 730 730 <?php if ( !empty( $_REQUEST['s'] ) ) : ?> 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 ?> 736 736 <?php if ( !empty( $messages ) ) : ?> -
src/bp-members/bp-members-admin.php
879 879 <?php endif; ?> 880 880 881 881 <div class="wrap" id="community-profile-page"> 882 <h 2><?php echo esc_html( $title ); ?>882 <h1><?php echo esc_html( $title ); ?> 883 883 884 884 <?php if ( empty( $this->is_self_profile ) ) : ?> 885 885 … … 894 894 <?php endif; ?> 895 895 896 896 <?php endif; ?> 897 </h 2>897 </h1> 898 898 899 899 <?php if ( ! empty( $user ) ) : 900 900 … … 1822 1822 ?> 1823 1823 1824 1824 <div class="wrap"> 1825 <h 2><?php _e( 'Users', 'buddypress' ); ?>1825 <h1><?php _e( 'Users', 'buddypress' ); ?> 1826 1826 1827 1827 <?php if ( current_user_can( 'create_users' ) ) : ?> 1828 1828 … … 1839 1839 } 1840 1840 1841 1841 ?> 1842 </h 2>1842 </h1> 1843 1843 1844 1844 <?php // Display each signups on its own row ?> 1845 1845 <?php $bp_members_signup_list_table->views(); ?> … … 1942 1942 ?> 1943 1943 1944 1944 <div class="wrap"> 1945 <h 2><?php echo esc_html( $header_text ); ?></h2>1945 <h1><?php echo esc_html( $header_text ); ?></h1> 1946 1946 <p><?php echo esc_html( $helper_text ); ?></p> 1947 1947 1948 1948 <ol class="bp-signups-list"> -
src/bp-xprofile/bp-xprofile-admin.php
86 86 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"> 95 95 -
src/bp-xprofile/classes/class-bp-xprofile-field.php
1115 1115 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 ) ) : ?> 1121 1121 -
src/bp-xprofile/classes/class-bp-xprofile-group.php
723 723 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 ) ) : ?> 729 729