mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-19 18:54:26 +00:00
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
This commit is contained in:
@@ -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'.
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Twenty Twenty Theme: Block Patterns
|
||||
* Twenty Seventeen Theme: Block Patterns
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Twenty_Seventeen
|
||||
|
||||
Reference in New Issue
Block a user