Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #60825, comment 14


Ignore:
Timestamp:
03/22/2024 11:57:05 AM (7 months ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60825, comment 14

    v1 v2  
    1010The current code is `__( 'Patterns', 'site editor menu item' )`.
    1111
    12 It doesn't work because `__()` is not supposed to have a translator comment as a second parameter.
     12It doesn't work because `__()` is not supposed to have a translator comment as a second parameter. The second parameter of `__()` is the text domain, see https://developer.wordpress.org/reference/functions/__/.