Changeset 12725
- Timestamp:
- 09/18/2020 08:58:20 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r12698 r12725 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 … … 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 */ … … 763 765 ?> 764 766 </h1> 767 768 <hr class="wp-header-end"> 765 769 766 770 <?php if ( ! empty( $activity ) ) : ?> … … 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 … … 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 ) ) : ?> -
trunk/src/bp-core/admin/bp-core-admin-components.php
r12588 r12725 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> -
trunk/src/bp-core/admin/bp-core-admin-functions.php
r12678 r12725 103 103 104 104 <div class="wrap"> 105 <h2><?php _e( 'Why have all my BuddyPress menus disappeared?', 'buddypress' ); ?></h2> 106 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> 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"> 107 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 -
trunk/src/bp-core/admin/bp-core-admin-settings.php
r12553 r12725 273 273 <div class="wrap"> 274 274 275 <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 276 277 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Options', 'buddypress' ) ); ?></h2> 275 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?></h1> 276 <hr class="wp-header-end"> 277 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"> -
trunk/src/bp-core/admin/bp-core-admin-slugs.php
r12718 r12725 22 22 <div class="wrap"> 23 23 24 <h1><?php _e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 25 26 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2> 24 <h1 class="wp-heading-inline"><?php esc_html_e( 'BuddyPress Settings', 'buddypress' ); ?> </h1> 25 <hr class="wp-header-end"> 26 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 -
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12668 r12725 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> … … 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 -
trunk/src/bp-core/classes/class-bp-admin.php
r12651 r12725 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> -
trunk/src/bp-groups/bp-groups-admin.php
r12724 r12725 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 -
trunk/src/bp-members/classes/class-bp-members-admin.php
r12724 r12725 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 -
trunk/src/bp-xprofile/bp-xprofile-admin.php
r12724 r12725 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 … … 654 656 655 657 <div class="wrap"> 656 <h1 >658 <h1 class="wp-heading-inline"> 657 659 <?php 658 660 printf( … … 663 665 ?> 664 666 </h1> 667 668 <hr class="wp-header-end"> 669 665 670 <p> 666 671 <?php -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r12676 r12725 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 ) ) : ?> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r12668 r12725 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 ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.