Changeset 48111 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 06/20/2020 01:16:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r47924 r48111 392 392 <?php 393 393 /* translators: %s: Number of ratings. */ 394 echo sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' );394 printf( __( '(%s ratings)' ), '{{ data.num_ratings }}' ); 395 395 ?> 396 396 </a>
Note: See TracChangeset
for help on using the changeset viewer.