Making WordPress.org

Changeset 8046

Timestamp:
01/08/2019 10:53:48 AM (6 years ago)
Author:
dd32
Message:

WordPress Main Theme: Switch to using the more standard %1$s format that's better known.

Missed in r8042.
Props tobifjellner for noticing.
See #3870.
Fixes #4050.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php

    r8042 r8046  
    104104                    printf(
    105105                        /* translators: 1: Rounded number of plugins. 2: Link to Plugin Directory. */
    106                         _n( 'Extend WordPress with over %1s 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 %1s">much more</a>.', $plugin_count, esc_url( home_url( '/plugins/' ) ), 'wporg' ),
    107107                        esc_html( number_format_i18n( $plugin_count ) ),
    108108                        esc_url( home_url( '/plugins/' ) )
Note: See TracChangeset for help on using the changeset viewer.