mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
dd967e2a2e
commit
47bb776fd7
@ -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(
|
register_block_pattern_category(
|
||||||
'buttons',
|
'buttons',
|
||||||
array(
|
array(
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user