Changeset 3445
- Timestamp:
- 06/18/2016 04:16:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/header.php
r3441 r3445 11 11 12 12 namespace WordPressdotorg\Plugin_Directory\Theme; 13 use WordPressdotorg\Plugin_Directory\Template; 13 14 14 15 $menu_items = array( … … 33 34 34 35 <?php if ( is_home() ) : ?> 35 <p class="site-description"><?php _e( 'Extend your WordPress experience with 45,000 plugins.', 'wporg-plugins' ); ?></p> 36 <p class="site-description"> 37 <?php 38 /* Translators: Total number of plugins. */ 39 printf( __( 'Extend your WordPress experience with %s plugins.', 'wporg-plugins' ), number_format_i18n( Template::get_total_downloads() ) ); 40 ?> 41 </p> 36 42 <?php get_search_form(); ?> 37 43 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.