Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Sep 26, 2024
1 parent 4008925 commit 95a0f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-includes/class-wp-block-metadata-registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class WP_Block_Metadata_Registry {
* manifest file, improving performance for large sets of blocks.
*
* The manifest file should be a PHP file that returns an associative array, where
* the keys are the block identifiers and the values are the corresponding block
* metadata arrays. The block identifiers must match the parent directory name for
* the respective `block.json` file.
* the keys are the block identifiers (without their namespace) and the values are
* the corresponding block metadata arrays. The block identifiers must match the
* parent directory name for the respective `block.json` file.
*
* Example manifest file structure:
* ```
Expand Down

0 comments on commit 95a0f08

Please sign in to comment.