Make WordPress Core


Ignore:
Timestamp:
06/15/2021 04:15:12 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Remove redundant default text domain parameter in some __() calls.

Follow-up to [43919], [44262], [48141], [50259].

See #52627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks.php

    r51159 r51160  
    8989            sprintf(
    9090                /* translators: 1: Field name, 2: Block name. */
    91                 __( 'The asset file for the "%1$s" defined in "%2$s" block definition is missing.', 'default' ),
     91                __( 'The asset file for the "%1$s" defined in "%2$s" block definition is missing.' ),
    9292                $field_name,
    9393                $metadata['name']
Note: See TracChangeset for help on using the changeset viewer.