Changeset 11125 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
- Timestamp:
- 07/19/2021 09:48:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/header.php
r9726 r11125 24 24 printf( 25 25 /* 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 %sthemes.', $theme_count, 'wporg-themes' ) ),26 esc_html( _n( 'Add style to your WordPress site! Browse %s free theme.', 'Add style to your WordPress site! Browse %s free themes.', $theme_count, 'wporg-themes' ) ), 27 27 esc_html( number_format_i18n( $theme_count ) ) 28 28 );
Note: See TracChangeset
for help on using the changeset viewer.