Changeset 2502 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/view-intro.php
- Timestamp:
- 02/15/2016 06:33:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/view-intro.php
r2499 r2502 6 6 '<p class="intro">' . __( 'Plugins extend and expand the functionality of WordPress. %1$s plugins with %2$s total downloads are at your fingertips.', 'wporg-plugins' ) . '</p>', 7 7 '<strong>' . number_format_i18n( wp_count_posts( 'plugin' )->publish ) . '</strong>', 8 '<strong>' . number_format_i18n( Plugin_Directory_Template_Helpers::get_total_downloads() ) . '</strong>'8 '<strong>' . number_format_i18n( WPorg_Plugin_Directory_Template::get_total_downloads() ) . '</strong>' 9 9 ); 10 10 }
Note: See TracChangeset
for help on using the changeset viewer.