Make WordPress Core

Changeset 17222


Ignore:
Timestamp:
01/05/2011 04:27:39 PM (16 years ago)
Author:
ryan
Message:

Don't show button in placeholder row. Props SergeyBiryukov. fixes #16095

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-media-list-table.php

    r16992 r17222  
    123123
    124124        function no_items() {
    125                 if ( $this->detached ) {
    126 ?>
    127                 <div class="tablenav">
    128                         <?php $this->extra_tablenav( 'top' ); ?>
    129                 </div>
    130                 <br class="clear">
    131 <?php
    132                 }
    133 
    134125                _e( 'No media attachments found.' );
    135126        }
Note: See TracChangeset for help on using the changeset viewer.