Changeset 36668 for trunk/src/wp-admin/upload.php
- Timestamp:
- 02/24/2016 01:47:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r36328 r36668 83 83 </h1> 84 84 <div class="error hide-if-js"> 85 <p><?php _e( 'The grid view for the Media Library requires JavaScript. <a href="upload.php?mode=list">Switch to the list view</a>.' ); ?></p> 85 <p><?php printf( 86 /* translators: %s: list view URL */ 87 __( 'The grid view for the Media Library requires JavaScript. <a href="%s">Switch to the list view</a>.' ), 88 'upload.php?mode=list' 89 ); ?></p> 86 90 </div> 87 91 </div>
Note: See TracChangeset
for help on using the changeset viewer.