Make WordPress Core


Ignore:
Timestamp:
07/14/2023 04:30:55 AM (3 years ago)
Author:
isabel_brison
Message:

Editor: update npm packages with first round of bug fixes for 6.3 RC1.

Includes miscellaneous bug fixes for 6.3 RC1.

Props ramonopoly.
See #58804.

File:
1 edited

Legend:

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

    r56205 r56229  
    182182    'title' => 'Pattern',
    183183    'category' => 'reusable',
    184     'description' => 'Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.',
     184    'description' => 'Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.',
     185    'keywords' => array(
     186      'reusable'
     187    ),
    185188    'textdomain' => 'default',
    186189    'attributes' => array(
Note: See TracChangeset for help on using the changeset viewer.