Changeset 7729
- Timestamp:
- 10/15/2018 08:01:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r7467 r7729 483 483 } 484 484 if ( isset( $this->request->per_page ) ) { 485 $this->query['posts_per_page'] = $this->request->per_page;485 $this->query['posts_per_page'] = min( $this->request->per_page, 999 ); 486 486 } 487 487
Note: See TracChangeset
for help on using the changeset viewer.