Changeset 1356 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 02/28/2015 12:19:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1337 r1356 158 158 'parent' => true, 159 159 ) ); 160 // $request['cache_buster'] =1; 160 161 $args = wp_parse_args( $request, array( 161 162 'per_page' => 20, … … 214 215 function wporg_themes_ajax_prepare_theme( $theme ) { 215 216 global $themes_allowedtags; 216 217 217 if ( empty( $themes_allowedtags ) ) { 218 218 $themes_allowedtags = array(
Note: See TracChangeset
for help on using the changeset viewer.