Make WordPress Core


Ignore:
Timestamp:
12/17/2020 12:55:52 PM (4 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Fix typos in some inline comments.

Props tanvirul, mukesh27.
Merges [49795] to the 5.6 branch.
Fixes #52042.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-content/themes/twentytwentyone/single.php

    r49574 r49818  
    4848    }
    4949
    50     /* translators: %s: The post-type singlular name (example: Post, Page etc) */
     50    /* translators: %s: The post-type singular name (example: Post, Page, etc.) */
    5151    $twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
    52     /* translators: %s: The post-type singlular name (example: Post, Page etc) */
     52    /* translators: %s: The post-type singular name (example: Post, Page, etc.) */
    5353    $twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
    5454
Note: See TracChangeset for help on using the changeset viewer.