Changeset 12725 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 09/18/2020 08:58:20 PM (5 years ago)
- File:
-
- 1 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 ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.