diff --git src/bp-activity/bp-activity-admin.php src/bp-activity/bp-activity-admin.php
index 8c765f35e..d96725901 100644
|
|
function bp_activity_admin_delete() { |
669 | 669 | $base_url = remove_query_arg( array( 'action', 'action2', 'paged', 's', '_wpnonce', 'aid' ), $_SERVER['REQUEST_URI'] ); ?> |
670 | 670 | |
671 | 671 | <div class="wrap"> |
672 | | <h1><?php esc_html_e( 'Delete Activities', 'buddypress' ) ?></h1> |
| 672 | <h1 class="wp-heading-inline"><?php esc_html_e( 'Delete Activities', 'buddypress' ) ?></h1> |
| 673 | <hr class="wp-header-end"> |
| 674 | |
673 | 675 | <p><?php esc_html_e( 'You are about to delete the following activities:', 'buddypress' ) ?></p> |
674 | 676 | |
675 | 677 | <ul class="bp-activity-delete-list"> |
… |
… |
function bp_activity_admin_edit() { |
756 | 758 | do_action_ref_array( 'bp_activity_admin_edit', array( &$activity ) ); ?> |
757 | 759 | |
758 | 760 | <div class="wrap"> |
759 | | <h1> |
| 761 | <h1 class="wp-heading-inline"> |
760 | 762 | <?php |
761 | 763 | /* translators: %s: the activity ID */ |
762 | 764 | printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); |
763 | 765 | ?> |
764 | 766 | </h1> |
765 | 767 | |
| 768 | <hr class="wp-header-end"> |
| 769 | |
766 | 770 | <?php if ( ! empty( $activity ) ) : ?> |
767 | 771 | |
768 | 772 | <form action="<?php echo esc_url( $form_url ); ?>" id="bp-activities-edit-form" method="post"> |
… |
… |
function bp_activity_admin_index() { |
1149 | 1153 | do_action( 'bp_activity_admin_index', $messages ); ?> |
1150 | 1154 | |
1151 | 1155 | <div class="wrap"> |
1152 | | <h1> |
| 1156 | <h1 class="wp-heading-inline"> |
1153 | 1157 | <?php if ( !empty( $_REQUEST['aid'] ) ) : ?> |
1154 | 1158 | <?php |
1155 | 1159 | /* translators: %s: the activity ID */ |
… |
… |
function bp_activity_admin_index() { |
1169 | 1173 | <?php endif; ?> |
1170 | 1174 | </h1> |
1171 | 1175 | |
| 1176 | <hr class="wp-header-end"> |
| 1177 | |
1172 | 1178 | <?php // If the user has just made a change to an activity item, display the status messages. ?> |
1173 | 1179 | <?php if ( !empty( $messages ) ) : ?> |
1174 | 1180 | <div id="moderated" class="<?php echo ( ! empty( $_REQUEST['error'] ) ) ? 'error' : 'updated'; ?> notice is-dismissible"><p><?php echo implode( "<br/>\n", $messages ); ?></p></div> |
diff --git src/bp-core/admin/bp-core-admin-components.php src/bp-core/admin/bp-core-admin-components.php
index 5ba7d1d56..cfa810264 100644
|
|
function bp_core_admin_components_settings() { |
21 | 21 | |
22 | 22 | <div class="wrap"> |
23 | 23 | |
24 | | <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 24 | <h1 class="wp-heading-inline"><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 25 | <hr class="wp-header-end"> |
25 | 26 | |
26 | 27 | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Components', 'buddypress' ) ); ?></h2> |
27 | 28 | <form action="" method="post" id="bp-admin-component-form"> |
diff --git src/bp-core/admin/bp-core-admin-functions.php src/bp-core/admin/bp-core-admin-functions.php
index b50ad98c6..a3fc62c1f 100644
|
|
function bp_core_admin_backpat_page() { |
102 | 102 | $settings_url = add_query_arg( 'page', 'bp-components', $url ); ?> |
103 | 103 | |
104 | 104 | <div class="wrap"> |
105 | | <h2><?php _e( 'Why have all my BuddyPress menus disappeared?', 'buddypress' ); ?></h2> |
| 105 | <h1 class="wp-heading-inline"><?php esc_html_e( 'Why have all my BuddyPress menus disappeared?', 'buddypress' ); ?></h1> |
| 106 | <hr class="wp-header-end"> |
106 | 107 | |
107 | | <p><?php _e( "Don't worry! We've moved the BuddyPress options into more convenient and easier to find locations. You're seeing this page because you are running a legacy BuddyPress plugin which has not been updated.", 'buddypress' ); ?></p> |
| 108 | <p><?php esc_html_e( "Don't worry! We've moved the BuddyPress options into more convenient and easier to find locations. You're seeing this page because you are running a legacy BuddyPress plugin which has not been updated.", 'buddypress' ); ?></p> |
108 | 109 | <p> |
109 | 110 | <?php |
110 | 111 | printf( |
diff --git src/bp-core/admin/bp-core-admin-settings.php src/bp-core/admin/bp-core-admin-settings.php
index cf8d43468..c09f809ca 100644
|
|
function bp_core_admin_settings() { |
272 | 272 | |
273 | 273 | <div class="wrap"> |
274 | 274 | |
275 | | <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 275 | <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?></h1> |
| 276 | <hr class="wp-header-end"> |
276 | 277 | |
277 | | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Options', 'buddypress' ) ); ?></h2> |
| 278 | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Options', 'buddypress' ) ); ?></h2> |
278 | 279 | |
279 | 280 | <form action="<?php echo esc_url( $form_action ) ?>" method="post"> |
280 | 281 | |
diff --git src/bp-core/admin/bp-core-admin-slugs.php src/bp-core/admin/bp-core-admin-slugs.php
index 430cc0f6b..8fb9b9a40 100644
|
|
function bp_core_admin_slugs_settings() { |
21 | 21 | |
22 | 22 | <div class="wrap"> |
23 | 23 | |
24 | | <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 24 | <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 25 | <hr class="wp-header-end"> |
25 | 26 | |
26 | | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2> |
| 27 | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Pages', 'buddypress' ) ); ?></h2> |
27 | 28 | <form action="" method="post" id="bp-admin-page-form"> |
28 | 29 | |
29 | 30 | <?php bp_core_admin_slugs_options(); ?> |
diff --git src/bp-core/admin/bp-core-admin-tools.php src/bp-core/admin/bp-core-admin-tools.php
index aa9f4c645..8dcae1dc0 100644
|
|
function bp_core_admin_tools() { |
19 | 19 | ?> |
20 | 20 | <div class="wrap"> |
21 | 21 | |
22 | | <h1><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1> |
| 22 | <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1> |
| 23 | <hr class="wp-header-end"> |
23 | 24 | |
24 | 25 | <p><?php esc_html_e( 'BuddyPress keeps track of various relationships between members, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?></p> |
25 | 26 | <p><?php esc_html_e( 'Use the tools below to manually recalculate these relationships.', 'buddypress' ); ?> |
… |
… |
function bp_admin_tools_feedback( $message, $class = false ) { |
442 | 443 | function bp_core_admin_available_tools_page() { |
443 | 444 | ?> |
444 | 445 | <div class="wrap"> |
445 | | <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1> |
| 446 | <h1 class="wp-heading-inline"><?php esc_html_e( 'Tools', 'buddypress' ) ?></h1> |
| 447 | <hr class="wp-header-end"> |
446 | 448 | |
447 | 449 | <?php |
448 | 450 | |
diff --git src/bp-core/classes/class-bp-admin.php src/bp-core/classes/class-bp-admin.php
index 5457a816c..449ba23fe 100644
|
|
class BP_Admin { |
828 | 828 | |
829 | 829 | <div class="wrap bp-about-wrap"> |
830 | 830 | |
831 | | <h1><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> |
| 831 | <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?></h1> |
| 832 | <hr class="wp-header-end"> |
832 | 833 | |
833 | 834 | <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( esc_html__( 'Credits', 'buddypress' ) ); ?></h2> |
834 | 835 | |
diff --git src/bp-groups/bp-groups-admin.php src/bp-groups/bp-groups-admin.php
index aa07545eb..cbcb8cb68 100644
|
|
function bp_groups_admin_delete() { |
697 | 697 | $base_url = remove_query_arg( array( 'action', 'action2', 'paged', 's', '_wpnonce', 'gid' ), $_SERVER['REQUEST_URI'] ); ?> |
698 | 698 | |
699 | 699 | <div class="wrap"> |
700 | | <h1><?php _e( 'Delete Groups', 'buddypress' ) ?></h1> |
| 700 | <h1 class="wp-heading-inline"><?php _e( 'Delete Groups', 'buddypress' ) ?></h1> |
| 701 | <hr class="wp-header-end"> |
| 702 | |
701 | 703 | <p><?php _e( 'You are about to delete the following groups:', 'buddypress' ) ?></p> |
702 | 704 | |
703 | 705 | <ul class="bp-group-delete-list"> |
diff --git src/bp-members/classes/class-bp-members-admin.php src/bp-members/classes/class-bp-members-admin.php
index 3d8658217..d344b5d7c 100644
|
|
class BP_Members_Admin { |
2195 | 2195 | ?> |
2196 | 2196 | |
2197 | 2197 | <div class="wrap"> |
2198 | | <h1><?php echo esc_html( $header_text ); ?></h1> |
| 2198 | <h1 class="wp-heading-inline"><?php echo esc_html( $header_text ); ?></h1> |
| 2199 | <hr class="wp-header-end"> |
| 2200 | |
2199 | 2201 | <p><?php echo esc_html( $helper_text ); ?></p> |
2200 | 2202 | |
2201 | 2203 | <ol class="bp-signups-list"> |
diff --git src/bp-xprofile/bp-xprofile-admin.php src/bp-xprofile/bp-xprofile-admin.php
index 456d8f6dd..159c720cd 100644
|
|
function xprofile_admin_delete_group_screen( $group_id ) { |
444 | 444 | $base_url = remove_query_arg( array( 'mode', 'group_id', '_wpnonce' ), $_SERVER['REQUEST_URI'] ); ?> |
445 | 445 | |
446 | 446 | <div class="wrap"> |
447 | | <h1><?php esc_html_e( 'Delete Field Group', 'buddypress' ) ?></h1> |
| 447 | <h1 class="wp-heading-inline"><?php esc_html_e( 'Delete Field Group', 'buddypress' ) ?></h1> |
| 448 | <hr class="wp-header-end"> |
| 449 | |
448 | 450 | <p><?php esc_html_e( 'You are about to delete the following field group:', 'buddypress' ) ?></p> |
449 | 451 | |
450 | 452 | <ul class="bp-xprofile-delete-group-list"> |
… |
… |
function xprofile_admin_delete_field_screen( $field_id, $field_type ) { |
653 | 655 | $base_url = remove_query_arg( array( 'mode', 'field_id', 'bp_xprofile_delete_field' ), $_SERVER['REQUEST_URI'] ); ?> |
654 | 656 | |
655 | 657 | <div class="wrap"> |
656 | | <h1> |
| 658 | <h1 class="wp-heading-inline"> |
657 | 659 | <?php |
658 | 660 | printf( |
659 | 661 | /* translators: %s is the field type name. */ |
… |
… |
function xprofile_admin_delete_field_screen( $field_id, $field_type ) { |
662 | 664 | ); |
663 | 665 | ?> |
664 | 666 | </h1> |
| 667 | |
| 668 | <hr class="wp-header-end"> |
| 669 | |
665 | 670 | <p> |
666 | 671 | <?php |
667 | 672 | printf( |
diff --git src/bp-xprofile/classes/class-bp-xprofile-field.php src/bp-xprofile/classes/class-bp-xprofile-field.php
index 30577205b..cfe021c43 100644
|
|
class BP_XProfile_Field { |
1226 | 1226 | |
1227 | 1227 | <div class="wrap"> |
1228 | 1228 | |
1229 | | <h1><?php echo esc_html( $title ); ?></h1> |
| 1229 | <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1> |
| 1230 | <hr class="wp-header-end"> |
1230 | 1231 | |
1231 | 1232 | <?php if ( !empty( $message ) ) : ?> |
1232 | 1233 | |
diff --git src/bp-xprofile/classes/class-bp-xprofile-group.php src/bp-xprofile/classes/class-bp-xprofile-group.php
index 18a668a83..60bd589cd 100644
|
|
class BP_XProfile_Group { |
844 | 844 | |
845 | 845 | <div class="wrap"> |
846 | 846 | |
847 | | <h1><?php echo esc_html( $title ); ?></h1> |
| 847 | <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1> |
| 848 | <hr class="wp-header-end"> |
848 | 849 | |
849 | 850 | <?php if ( ! empty( $message ) ) : ?> |
850 | 851 | |