Changeset 47808 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r47600 r47808 205 205 <?php if ( isset( $_GET['error'] ) ) : ?> 206 206 <div class="notice notice-error"> 207 <?php if ( 'new-email' == $_GET['error'] ) : ?>207 <?php if ( 'new-email' === $_GET['error'] ) : ?> 208 208 <p><?php _e( 'Error while saving the new email address. Please try again.' ); ?></p> 209 209 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.