Changeset 47156 for trunk/src/wp-admin/users.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r47122 r47156 275 275 <?php if ( isset( $_REQUEST['error'] ) ) : ?> 276 276 <div class="error"> 277 <p><strong><?php _e( 'E RROR:' ); ?></strong> <?php _e( 'Please select an option.' ); ?></p>277 <p><strong><?php _e( 'Error:' ); ?></strong> <?php _e( 'Please select an option.' ); ?></p> 278 278 </div> 279 279 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.