Make WordPress Core


Ignore:
Timestamp:
07/15/2014 08:44:38 PM (10 years ago)
Author:
helen
Message:

No-JS fallback for the Media Library grid view. props michalzuber. fixes #28830, see #24716.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r29172 r29175  
    6262        ?>
    6363        </h2>
     64        <div class="error hide-if-js">
     65            <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>
     66        </div>
    6467    </div>
    6568    <?php
Note: See TracChangeset for help on using the changeset viewer.