Changeset 29173
- Timestamp:
- 07/14/2014 08:27:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r29137 r29173 343 343 $name = wp_kses( $theme->name, $themes_allowedtags ); 344 344 $author = wp_kses( $theme->author, $themes_allowedtags ); 345 346 $num_ratings = sprintf( _n( '(based on %s rating)', '(based on %s ratings)', $theme->num_ratings ), number_format_i18n( $theme->num_ratings ) );347 345 348 346 $install_url = add_query_arg( array(
Note: See TracChangeset
for help on using the changeset viewer.