- Timestamp:
- 09/18/2020 07:42:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-notices-admin.php
r12668 r12724 184 184 ?> 185 185 <div class="wrap"> 186 <?php if ( version_compare( $GLOBALS['wp_version'], '4.8', '>=' ) ) : ?> 187 188 <h1 class="wp-heading-inline"><?php echo esc_html_x( 'Site Notices', 'Notices admin page title', 'buddypress' ); ?></h1> 189 <hr class="wp-header-end"> 190 191 <?php else : ?> 192 193 <h1><?php echo esc_html_x( 'Site Notices', 'Notices admin page title', 'buddypress' ); ?></h1> 194 195 <?php endif; ?> 186 <h1 class="wp-heading-inline"><?php echo esc_html_x( 'Site Notices', 'Notices admin page title', 'buddypress' ); ?></h1> 187 <hr class="wp-header-end"> 196 188 197 189 <p class="bp-notice-about"><?php esc_html_e( 'Manage notices shown at front end of your site to all logged-in users.', 'buddypress' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.