Changeset 47894 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 06/03/2020 10:49:45 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r47855 r47894 29 29 <div class="wrap"> 30 30 <h1><?php echo esc_html( $title ); ?></h1> 31 <div id="message" class="error"><p><?php _e( ' You do not appear to have any plugins available at this time.' ); ?></p></div>31 <div id="message" class="error"><p><?php _e( 'No plugins are currently available.' ); ?></p></div> 32 32 </div> 33 33 <?php
Note: See TracChangeset
for help on using the changeset viewer.