diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/customize/class-wp-customize-themes-section.php --- a/wp/wp-includes/customize/class-wp-customize-themes-section.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-themes-section.php Tue Dec 15 13:49:49 2020 +0100 @@ -72,7 +72,7 @@ ?>
support forums.' ); ?>
+ support forums.' ), + __( 'https://wordpress.org/support/forums/' ) + ); + ?> +
%s', __( 'Search WordPress.org themes' ) ) ); @@ -122,7 +132,7 @@ 0' ); ?> @@ -138,8 +148,8 @@ 0' ); + /* translators: %s: Number of themes displayed. */ + printf( __( '%s themes' ), '0' ); ?> @@ -154,7 +164,9 @@ * @since 4.9.0 */ protected function filter_drawer_content_template() { - $feature_list = get_theme_feature_list( false ); // @todo: Use the .org API instead of the local core feature list. The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. + // @todo Use the .org API instead of the local core feature list. + // The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned. + $feature_list = get_theme_feature_list( false ); ?> <# if ( 'wporg' === data.action ) { #>