Skip to:
Content

BuddyPress.org

Ticket #6581: 6581.patch

File 6581.patch, 6.8 KB (added by mercime, 9 years ago)
  • src/bp-activity/bp-activity-admin.php

     
    656656        do_action_ref_array( 'bp_activity_admin_edit', array( &$activity ) ); ?>
    657657
    658658        <div class="wrap">
    659                 <h2><?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>
    660660
    661661                <?php if ( ! empty( $activity ) ) : ?>
    662662
     
    977977        do_action( 'bp_activity_admin_index', $messages ); ?>
    978978
    979979        <div class="wrap">
    980                 <h2>
     980                <h1>
    981981                        <?php if ( !empty( $_REQUEST['aid'] ) ) : ?>
    982982                                <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?>
    983983                        <?php else : ?>
     
    987987                        <?php if ( !empty( $_REQUEST['s'] ) ) : ?>
    988988                                <span class="subtitle"><?php printf( __( 'Search results for &#8220;%s&#8221;', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span>
    989989                        <?php endif; ?>
    990                 </h2>
     990                </h1>
    991991
    992992                <?php // If the user has just made a change to an activity item, display the status messages. ?>
    993993                <?php if ( !empty( $messages ) ) : ?>
  • src/bp-core/admin/bp-core-admin-tools.php

     
    2020        ?>
    2121        <div class="wrap">
    2222
    23                 <h2><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h2>
     23                <h1><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1>
    2424
    2525                <p>
    2626                        <?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' ); ?>
     
    375375function bp_core_admin_available_tools_page() {
    376376        ?>
    377377        <div class="wrap">
    378                 <h2><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h2>
     378                <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1>
    379379
    380380                <?php
    381381
  • src/bp-groups/bp-groups-admin.php

     
    567567        do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?>
    568568
    569569        <div class="wrap">
    570                 <h2><?php _e( 'Edit Group', 'buddypress' ); ?>
     570                <h1><?php _e( 'Edit Group', 'buddypress' ); ?>
    571571
    572572                        <?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?>
    573573                                <a class="add-new-h2" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a>
    574574                        <?php endif; ?>
    575575
    576                 </h2>
     576                </h1>
    577577
    578578                <?php // If the user has just made a change to an group, display the status messages ?>
    579579                <?php if ( !empty( $messages ) ) : ?>
     
    663663        $base_url  = remove_query_arg( array( 'action', 'action2', 'paged', 's', '_wpnonce', 'gid' ), $_SERVER['REQUEST_URI'] ); ?>
    664664
    665665        <div class="wrap">
    666                 <h2><?php _e( 'Delete Groups', 'buddypress' ) ?></h2>
     666                <h1><?php _e( 'Delete Groups', 'buddypress' ) ?></h1>
    667667                <p><?php _e( 'You are about to delete the following groups:', 'buddypress' ) ?></p>
    668668
    669669                <ul class="bp-group-delete-list">
     
    720720        do_action( 'bp_groups_admin_index', $messages ); ?>
    721721
    722722        <div class="wrap">
    723                 <h2>
     723                <h1>
    724724                        <?php _e( 'Groups', 'buddypress' ); ?>
    725725
    726726                        <?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?>
     
    730730                        <?php if ( !empty( $_REQUEST['s'] ) ) : ?>
    731731                                <span class="subtitle"><?php printf( __( 'Search results for &#8220;%s&#8221;', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span>
    732732                        <?php endif; ?>
    733                 </h2>
     733                </h1>
    734734
    735735                <?php // If the user has just made a change to an group, display the status messages ?>
    736736                <?php if ( !empty( $messages ) ) : ?>
  • src/bp-members/bp-members-admin.php

     
    879879                <?php endif; ?>
    880880
    881881                <div class="wrap" id="community-profile-page">
    882                         <h2><?php echo esc_html( $title ); ?>
     882                        <h1><?php echo esc_html( $title ); ?>
    883883
    884884                                <?php if ( empty( $this->is_self_profile ) ) : ?>
    885885
     
    894894                                        <?php endif; ?>
    895895
    896896                                <?php endif; ?>
    897                         </h2>
     897                        </h1>
    898898
    899899                        <?php if ( ! empty( $user ) ) :
    900900
     
    18221822                ?>
    18231823
    18241824                <div class="wrap">
    1825                         <h2><?php _e( 'Users', 'buddypress' ); ?>
     1825                        <h1><?php _e( 'Users', 'buddypress' ); ?>
    18261826
    18271827                                <?php if ( current_user_can( 'create_users' ) ) : ?>
    18281828
     
    18391839                                }
    18401840
    18411841                                ?>
    1842                         </h2>
     1842                        </h1>
    18431843
    18441844                        <?php // Display each signups on its own row ?>
    18451845                        <?php $bp_members_signup_list_table->views(); ?>
     
    19421942                ?>
    19431943
    19441944                <div class="wrap">
    1945                         <h2><?php echo esc_html( $header_text ); ?></h2>
     1945                        <h1><?php echo esc_html( $header_text ); ?></h1>
    19461946                        <p><?php echo esc_html( $helper_text ); ?></p>
    19471947
    19481948                        <ol class="bp-signups-list">
  • src/bp-xprofile/bp-xprofile-admin.php

     
    8686
    8787        <div class="wrap">
    8888
    89                 <h2>
     89                <h1>
    9090                        <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?>
    9191                        <a id="add_group" class="add-new-h2" href="users.php?page=bp-profile-setup&amp;mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a>
    92                 </h2>
     92                </h1>
    9393
    9494                <form action="" id="profile-field-form" method="post">
    9595
  • src/bp-xprofile/classes/class-bp-xprofile-field.php

     
    11151115
    11161116                <div class="wrap">
    11171117
    1118                         <h2><?php echo esc_html( $title ); ?></h2>
     1118                        <h1><?php echo esc_html( $title ); ?></h1>
    11191119
    11201120                        <?php if ( !empty( $message ) ) : ?>
    11211121
  • src/bp-xprofile/classes/class-bp-xprofile-group.php

     
    723723
    724724                <div class="wrap">
    725725
    726                         <h2><?php echo esc_html( $title ); ?></h2>
     726                        <h1><?php echo esc_html( $title ); ?></h1>
    727727
    728728                        <?php if ( ! empty( $message ) ) : ?>
    729729