Changeset 28974 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/03/2014 06:47:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r28972 r28974 2529 2529 $theme->description = wp_kses( $theme->description, $themes_allowedtags ); 2530 2530 $theme->num_ratings = sprintf( _n( '(based on %s rating)', '(based on %s ratings)', $theme->num_ratings ), number_format_i18n( $theme->num_ratings ) ); 2531 $theme->preview_url = set_url_scheme( $theme->preview_url ); 2531 2532 } 2532 2533
Note: See TracChangeset
for help on using the changeset viewer.