Changeset 1278 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 02/18/2015 06:30:58 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
r1274 r1278 186 186 $theme->version = wp_kses( $theme->version, $themes_allowedtags ); 187 187 $theme->description = wp_kses( $theme->description, $themes_allowedtags ); 188 $theme->downloaded = number_format_i18n( $theme->downloaded ); 188 189 $theme->num_ratings = number_format_i18n( $theme->num_ratings ); 189 190 $theme->preview_url = set_url_scheme( $theme->preview_url ); … … 210 211 $theme->version = wp_kses( $theme->version, $themes_allowedtags ); 211 212 $theme->description = wp_kses( $theme->description, $themes_allowedtags ); 213 $theme->downloaded = number_format_i18n( $theme->downloaded ); 212 214 $theme->num_ratings = number_format_i18n( $theme->num_ratings ); 213 215 $theme->preview_url = set_url_scheme( $theme->preview_url );
Note: See TracChangeset
for help on using the changeset viewer.