- Timestamp:
- 11/04/2017 05:56:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/classes.php
r11686 r11741 171 171 ?> 172 172 <div class="wrap"> 173 174 <h1> 175 <?php echo esc_html_x( 'All Member Notices', 'Notices admin page title', 'buddypress' ); ?> 176 <a id="add_notice" class="add-new-h2" href="#"><?php esc_html_e( 'Add New Notice', 'buddypress' ); ?></a> 177 </h1> 173 <?php if ( version_compare( $GLOBALS['wp_version'], '4.8', '>=' ) ) : ?> 174 175 <h1 class="wp-heading-inline"><?php echo esc_html_x( 'All Member Notices', 'Notices admin page title', 'buddypress' ); ?></h1> 176 177 <a id="add_notice" class="page-title-action" href="#"><?php esc_html_e( 'Add New Notice', 'buddypress' ); ?></a> 178 179 <hr class="wp-header-end"> 180 181 <?php else : ?> 182 183 <h1> 184 <?php echo esc_html_x( 'All Member Notices', 'Notices admin page title', 'buddypress' ); ?> 185 <a id="add_notice" class="add-new-h2" href="#"><?php esc_html_e( 'Add New Notice', 'buddypress' ); ?></a> 186 </h1> 187 188 <?php endif; ?> 178 189 179 190 <form action=<?php echo esc_url( $this->url ); ?> method="post">
Note: See TracChangeset
for help on using the changeset viewer.