diff --git src/bp-activity/bp-activity-admin.php src/bp-activity/bp-activity-admin.php
index 1e28ca8..dd4075f 100644
|
|
function bp_activity_admin_edit() { |
648 | 648 | |
649 | 649 | <div class="wrap"> |
650 | 650 | <?php screen_icon( 'buddypress-activity' ); ?> |
651 | | <h2><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h2> |
| 651 | <h1><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h1> |
652 | 652 | |
653 | 653 | <?php if ( ! empty( $activity ) ) : ?> |
654 | 654 | |
… |
… |
function bp_activity_admin_index() { |
965 | 965 | |
966 | 966 | <div class="wrap"> |
967 | 967 | <?php screen_icon( 'buddypress-activity' ); ?> |
968 | | <h2> |
| 968 | <h1> |
969 | 969 | <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> |
970 | 970 | <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?> |
971 | 971 | <?php else : ?> |
… |
… |
function bp_activity_admin_index() { |
975 | 975 | <?php if ( !empty( $_REQUEST['s'] ) ) : ?> |
976 | 976 | <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> |
977 | 977 | <?php endif; ?> |
978 | | </h2> |
| 978 | </h1> |
979 | 979 | |
980 | 980 | <?php // If the user has just made a change to an activity item, display the status messages ?> |
981 | 981 | <?php if ( !empty( $messages ) ) : ?> |
diff --git src/bp-groups/bp-groups-admin.php src/bp-groups/bp-groups-admin.php
index 66cae04..ab22398 100644
|
|
function bp_groups_admin_edit() { |
567 | 567 | |
568 | 568 | <div class="wrap"> |
569 | 569 | <?php screen_icon( 'buddypress-groups' ); ?> |
570 | | <h2><?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 | | <a class="add-new-h2" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a> |
| 573 | <a class="page-title-action" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a> |
574 | 574 | <?php endif; ?> |
575 | 575 | |
576 | | </h2> |
| 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 ) ) : ?> |
… |
… |
function bp_groups_admin_delete() { |
663 | 663 | |
664 | 664 | <div class="wrap"> |
665 | 665 | <?php screen_icon( 'buddypress-groups' ); ?> |
666 | | <h2><?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"> |
… |
… |
function bp_groups_admin_index() { |
721 | 721 | |
722 | 722 | <div class="wrap"> |
723 | 723 | <?php screen_icon( 'buddypress-groups' ); ?> |
724 | | <h2> |
| 724 | <h1> |
725 | 725 | <?php _e( 'Groups', 'buddypress' ); ?> |
726 | 726 | |
727 | 727 | <?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?> |
728 | | <a class="add-new-h2" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a> |
| 728 | <a class="page-title-action" href="<?php echo trailingslashit( bp_get_groups_directory_permalink() . 'create' ); ?>"><?php _e( 'Add New', 'buddypress' ); ?></a> |
729 | 729 | <?php endif; ?> |
730 | 730 | |
731 | 731 | <?php if ( !empty( $_REQUEST['s'] ) ) : ?> |
732 | 732 | <span class="subtitle"><?php printf( __( 'Search results for “%s”', 'buddypress' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ); ?></span> |
733 | 733 | <?php endif; ?> |
734 | | </h2> |
| 734 | </h1> |
735 | 735 | |
736 | 736 | <?php // If the user has just made a change to an group, display the status messages ?> |
737 | 737 | <?php if ( !empty( $messages ) ) : ?> |
diff --git src/bp-members/bp-members-admin.php src/bp-members/bp-members-admin.php
index 9175086..d1c410f 100644
|
|
class BP_Members_Admin { |
887 | 887 | |
888 | 888 | <div class="wrap" id="community-profile-page"> |
889 | 889 | <?php screen_icon( 'users' ); ?> |
890 | | <h2><?php echo esc_html( $title ); ?> |
| 890 | <h1><?php echo esc_html( $title ); ?> |
891 | 891 | |
892 | 892 | <?php if ( empty( $this->is_self_profile ) ) : ?> |
893 | 893 | |
894 | 894 | <?php if ( current_user_can( 'create_users' ) ) : ?> |
895 | 895 | |
896 | | <a href="user-new.php" class="add-new-h2"><?php echo esc_html_x( 'Add New', 'user', 'buddypress' ); ?></a> |
| 896 | <a href="user-new.php" class="page-title-action"><?php echo esc_html_x( 'Add New', 'user', 'buddypress' ); ?></a> |
897 | 897 | |
898 | 898 | <?php elseif ( is_multisite() && current_user_can( 'promote_users' ) ) : ?> |
899 | 899 | |
900 | | <a href="user-new.php" class="add-new-h2"><?php echo esc_html_x( 'Add Existing', 'user', 'buddypress' ); ?></a> |
| 900 | <a href="user-new.php" class="page-title-action"><?php echo esc_html_x( 'Add Existing', 'user', 'buddypress' ); ?></a> |
901 | 901 | |
902 | 902 | <?php endif; ?> |
903 | 903 | |
904 | 904 | <?php endif; ?> |
905 | | </h2> |
| 905 | </h1> |
906 | 906 | |
907 | 907 | <?php if ( ! empty( $user ) ) : |
908 | 908 | |
… |
… |
class BP_Members_Admin { |
1841 | 1841 | |
1842 | 1842 | <div class="wrap"> |
1843 | 1843 | <?php screen_icon( 'users' ); ?> |
1844 | | <h2><?php _e( 'Users', 'buddypress' ); ?> |
| 1844 | <h1><?php _e( 'Users', 'buddypress' ); ?> |
1845 | 1845 | |
1846 | 1846 | <?php if ( current_user_can( 'create_users' ) ) : ?> |
1847 | 1847 | |
1848 | | <a href="user-new.php" class="add-new-h2"><?php echo esc_html_x( 'Add New', 'user', 'buddypress' ); ?></a> |
| 1848 | <a href="user-new.php" class="page-title-action"><?php echo esc_html_x( 'Add New', 'user', 'buddypress' ); ?></a> |
1849 | 1849 | |
1850 | 1850 | <?php elseif ( is_multisite() && current_user_can( 'promote_users' ) ) : ?> |
1851 | 1851 | |
1852 | | <a href="user-new.php" class="add-new-h2"><?php echo esc_html_x( 'Add Existing', 'user', 'buddypress' ); ?></a> |
| 1852 | <a href="user-new.php" class="page-title-action"><?php echo esc_html_x( 'Add Existing', 'user', 'buddypress' ); ?></a> |
1853 | 1853 | |
1854 | 1854 | <?php endif; |
1855 | 1855 | |
… |
… |
class BP_Members_Admin { |
1858 | 1858 | } |
1859 | 1859 | |
1860 | 1860 | ?> |
1861 | | </h2> |
| 1861 | </h1> |
1862 | 1862 | |
1863 | 1863 | <?php // Display each signups on its own row ?> |
1864 | 1864 | <?php $bp_members_signup_list_table->views(); ?> |
… |
… |
class BP_Members_Admin { |
1962 | 1962 | |
1963 | 1963 | <div class="wrap"> |
1964 | 1964 | <?php screen_icon( 'users' ); ?> |
1965 | | <h2><?php echo esc_html( $header_text ); ?></h2> |
| 1965 | <h1><?php echo esc_html( $header_text ); ?></h1> |
1966 | 1966 | <p><?php echo esc_html( $helper_text ); ?></p> |
1967 | 1967 | |
1968 | 1968 | <ol class="bp-signups-list"> |
diff --git src/bp-xprofile/bp-xprofile-admin.php src/bp-xprofile/bp-xprofile-admin.php
index 3d15245..30df780 100644
|
|
function xprofile_admin_screen( $message = '', $type = 'error' ) { |
86 | 86 | |
87 | 87 | <?php screen_icon( 'users' ); ?> |
88 | 88 | |
89 | | <h2> |
| 89 | <h1> |
90 | 90 | <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?> |
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 | | </h2> |
| 91 | <a id="add_group" class="page-title-action" href="users.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a> |
| 92 | </h1> |
93 | 93 | |
94 | 94 | <form action="" id="profile-field-form" method="post"> |
95 | 95 | |