Changeset 8046
- Timestamp:
- 01/08/2019 10:53:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r8042 r8046 104 104 printf( 105 105 /* translators: 1: Rounded number of plugins. 2: Link to Plugin Directory. */ 106 _n( 'Extend WordPress with over %1 s plugin to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and <a href="%2s">much more</a>.', 'Extend WordPress with over %1s plugins to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and <a href="%2s">much more</a>.', $plugin_count, esc_url( home_url( '/plugins/' ) ), 'wporg' ),106 _n( 'Extend WordPress with over %1$s plugin to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and <a href="%2$s">much more</a>.', 'Extend WordPress with over %1$s plugins to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and <a href="%2$s">much more</a>.', $plugin_count, esc_url( home_url( '/plugins/' ) ), 'wporg' ), 107 107 esc_html( number_format_i18n( $plugin_count ) ), 108 108 esc_url( home_url( '/plugins/' ) )
Note: See TracChangeset
for help on using the changeset viewer.