Changeset 7458
- Timestamp:
- 03/21/2008 08:03:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r7397 r7458 568 568 $q['post_type'] = 'attachment'; 569 569 $q['post_status'] = 'any'; 570 $q['posts_per_page'] = 15; 570 571 $post_mime_types = array( // array( adj, noun ) 571 572 'image' => array(__('Images'), __('Manage Images'), __ngettext_noop('Image (%s)', 'Images (%s)')),
Note: See TracChangeset
for help on using the changeset viewer.