Changeset 51160 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 06/15/2021 04:15:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r51159 r51160 89 89 sprintf( 90 90 /* 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.' ), 92 92 $field_name, 93 93 $metadata['name']
Note: See TracChangeset
for help on using the changeset viewer.