Changeset 1427 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 03/19/2015 08:43:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r1416 r1427 687 687 'theme_url' => true, 688 688 ) ); 689 $args = wp_parse_args( $request,array(690 'per_page' => 20,691 ) 689 $args = wp_parse_args( array( 690 'per_page' => 15, 691 ), $request); 692 692 693 693 include_once API_WPORGPATH . 'themes/info/1.0/class-themes-api.php';
Note: See TracChangeset
for help on using the changeset viewer.