Editor: Add description for Banners block pattern category.

Follow-up to [55098].

Props parinpanjari, youknowriad, Joen, dhruvang21, apermo, mukesh27.
Fixes #62115.
Built from https://develop.svn.wordpress.org/trunk@59472


git-svn-id: http://core.svn.wordpress.org/trunk@58858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-11-29 22:46:21 +00:00
parent dd967e2a2e
commit 47bb776fd7
2 changed files with 8 additions and 2 deletions

View File

@ -35,7 +35,13 @@ function _register_core_block_patterns_and_categories() {
}
}
register_block_pattern_category( 'banner', array( 'label' => _x( 'Banners', 'Block pattern category' ) ) );
register_block_pattern_category(
'banner',
array(
'label' => _x( 'Banners', 'Block pattern category' ),
'description' => __( 'Bold sections designed to showcase key content.' ),
)
);
register_block_pattern_category(
'buttons',
array(

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59471';
$wp_version = '6.8-alpha-59472';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.