Changeset 13242 for trunk/wp-admin/includes/media.php
- Timestamp:
- 02/20/2010 02:01:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r13132 r13242 1836 1836 if ( $start < 1 ) 1837 1837 $start = 0; 1838 add_filter( 'post_limits', $limit_filter =create_function( '$a', "return 'LIMIT $start, 10';" ) );1838 add_filter( 'post_limits', create_function( '$a', "return 'LIMIT $start, 10';" ) ); 1839 1839 1840 1840 list($post_mime_types, $avail_post_mime_types) = wp_edit_attachments_query();
Note: See TracChangeset
for help on using the changeset viewer.