Changeset 9595 for trunk/wp-admin/upload.php
- Timestamp:
- 11/10/2008 06:34:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r9589 r9595 111 111 if ( isset($_GET['detached']) ) { 112 112 113 if ( isset($lost) ) {113 if ( !empty($lost) ) { 114 114 $start = ( $_GET['paged'] - 1 ) * 50; 115 115 $page_links_total = ceil(count($lost) / 50);
Note: See TracChangeset
for help on using the changeset viewer.