Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47125, comment 10


Ignore:
Timestamp:
08/28/2023 10:09:10 AM (13 months ago)
Author:
afercia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47125, comment 10

    initial v1  
    22
    33Also, making the search case sensitive I found a couple places where the letter 'n' of the word 'new' is lowercase:
    4 ```
     4
     5
     6{{{
    57__( 'Add new Pattern' )
    68_e( 'Add new Comment' )
    7 ```
     9}}}
     10
    811
    912This is inconsistent with the well established pattern in WordPress, where all similar strings use title case for the word 'New', for example:
    1013
    11 ```
     14{{{
    1215__( 'Add New Template' )
    13 ```
     16}}}
     17
     18'Add new Pattern' was recently Introduced in [56030]
    1419
    1520Adding a screenshot to illustrate some examples of what the current patch does.