Changeset 17222
- Timestamp:
- 01/05/2011 04:27:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r16992 r17222 123 123 124 124 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 <?php132 }133 134 125 _e( 'No media attachments found.' ); 135 126 }
Note: See TracChangeset
for help on using the changeset viewer.