From d8785e3c202e196d8528b2e94092b211fda69446 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 22 Jan 2024 12:18:54 +0000 Subject: [PATCH] Bundled Theme: Fix a couple of incorrect theme name references. Corrects the theme name used in docblocks in two places in Twenty Nineteen and Twenty Seventeen. Props shailu25, mukesh27. Fixes #60310. git-svn-id: https://develop.svn.wordpress.org/trunk@57323 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/image.php | 2 +- src/wp-content/themes/twentyseventeen/inc/block-patterns.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/image.php b/src/wp-content/themes/twentynineteen/image.php index a3580b4e66..defab756b2 100644 --- a/src/wp-content/themes/twentynineteen/image.php +++ b/src/wp-content/themes/twentynineteen/image.php @@ -32,7 +32,7 @@ get_header(); /** * Filters the default twentynineteen image attachment size. * - * @since Twenty Sixteen 1.0 + * @since Twenty Nineteen 1.0 * * @param string $image_size Image size. Default 'large'. */ diff --git a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php index 66e6fa0c87..f013aa9a54 100644 --- a/src/wp-content/themes/twentyseventeen/inc/block-patterns.php +++ b/src/wp-content/themes/twentyseventeen/inc/block-patterns.php @@ -1,6 +1,6 @@