Making WordPress.org

Changeset 11125

Timestamp:
07/19/2021 09:48:09 PM (3 years ago)
Author:
coffee2code
Message:

Theme Directory: Change tagline on landing page.

Props andreamiddleton.
See #5795

File:
1 edited

Legend:

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

    r9726 r11125  
    2424                printf(
    2525                    /* Translators: Total number of themes. */
    26                     esc_html( _n( 'Add style to your WordPress site with %s theme.', 'Add style to your WordPress site with %s themes.', $theme_count, 'wporg-themes' ) ),
     26                    esc_html( _n( 'Add style to your WordPress site themes.', $theme_count, 'wporg-themes' ) ),
    2727                    esc_html( number_format_i18n( $theme_count ) )
    2828                );
Note: See TracChangeset for help on using the changeset viewer.