mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-08-17 14:51:20 +08:00
Remove "Categories: hidden" from default pattern header (#718)
* Remove Categories: hidden from default pattern header * Remove Categories: hidden from theme utils test
This commit is contained in:
parent
1c4419a973
commit
8993439e59
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ class CBT_Theme_Patterns {
|
|||
/**
|
||||
* Title: {$template->slug}
|
||||
* Slug: {$pattern_slug}
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
|
|
|
@ -9,7 +9,6 @@ class Test_Create_Block_Theme_Utils extends WP_UnitTestCase {
|
|||
/**
|
||||
* Title: index
|
||||
* Slug: old-slug/index
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue