Changeset 10606 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 02/20/2009 07:35:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme-install.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r10592 r10606 473 473 <li><strong><?php _e('Compatible up to:') ?></strong> <?php echo $api->tested ?></li> 474 474 <?php endif; if ( ! empty($api->downloaded) ) : ?> 475 <li><strong><?php _e('Downloaded:') ?></strong> <?php printf(_ _ngettext('%s time', '%s times', $api->downloaded), number_format_i18n($api->downloaded)) ?></li>475 <li><strong><?php _e('Downloaded:') ?></strong> <?php printf(_n('%s time', '%s times', $api->downloaded), number_format_i18n($api->downloaded)) ?></li> 476 476 <?php endif; if ( ! empty($api->slug) ) : ?> 477 477 <li><a target="_blank" href="http://wordpress.org/extend/themes/<?php echo $api->slug ?>/"><?php _e('WordPress.org Theme Page »') ?></a></li> … … 481 481 </ul> 482 482 <h2><?php _e('Average Rating') ?></h2> 483 <div class="star-holder" title="<?php printf(_ _ngettext('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?>">483 <div class="star-holder" title="<?php printf(_n('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?>"> 484 484 <div class="star star-rating" style="width: <?php echo attribute_escape($api->rating) ?>px"></div> 485 485 <div class="star star5"><img src="<?php echo admin_url('images/star.gif'); ?>" alt="<?php _e('5 stars') ?>" /></div> … … 489 489 <div class="star star1"><img src="<?php echo admin_url('images/star.gif'); ?>" alt="<?php _e('1 star') ?>" /></div> 490 490 </div> 491 <small><?php printf(_ _ngettext('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?></small>491 <small><?php printf(_n('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?></small> 492 492 </div> 493 493 <div id="section-holder" class="wrap">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)