Make WordPress Core

Changeset 57323

Timestamp:
01/22/2024 12:18:54 PM (6 months ago)
Author:
swissspidy
Message:

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.

Location:
trunk/src/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/image.php

    r55276 r57323  
    3333                             * Filters the default twentynineteen image attachment size.
    3434                             *
    35                              * @since Twenty Sixteen 1.0
     35                             * @since Twenty teen 1.0
    3636                             *
    3737                             * @param string $image_size Image size. Default 'large'.
  • trunk/src/wp-content/themes/twentyseventeen/inc/block-patterns.php

    r57282 r57323  
    11<?php
    22/**
    3  * Twenty Twenty Theme: Block Patterns
     3 * Twenty Theme: Block Patterns
    44 *
    55 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.