Changeset 1282519
- Timestamp:
- 11/09/2015 01:11:32 PM (10 years ago)
- File:
-
- 1 edited
-
awesome-photo-gallery/trunk/admin/class-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
awesome-photo-gallery/trunk/admin/class-upload.php
r1282502 r1282519 71 71 */ 72 72 private function get_all_photo_albums() { 73 return get_posts( array( 74 'post_type' => 'apg_photo_albums', 75 'post_status' => 'draft, publish', 76 ) ); 73 return get_posts( array( 74 'post_type' => 'apg_photo_albums', 75 'post_status' => 'draft, publish', 76 'posts_per_page' => 5000, 77 ) ); 77 78 } 78 79
Note: See TracChangeset
for help on using the changeset viewer.