Skip to content

Commit

Permalink
prep build 12/23
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Dec 23, 2023
2 parents c9ff8fa + f572440 commit 24415de
Show file tree
Hide file tree
Showing 44 changed files with 2,106 additions and 5,134 deletions.
6 changes: 0 additions & 6 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -761,12 +761,6 @@
"markdown_source": "../packages/components/src/drop-zone/README.md",
"parent": "components"
},
{
"title": "DropdownMenuV2Ariakit",
"slug": "dropdown-menu-v2-ariakit",
"markdown_source": "../packages/components/src/dropdown-menu-v2-ariakit/README.md",
"parent": "components"
},
{
"title": "DropdownMenu",
"slug": "dropdown-menu",
Expand Down
2 changes: 1 addition & 1 deletion lib/compat/plugin/footnotes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Compatibility shim for the footnotes bloct to enable test passing while awaiting the tested code to be merged to core.
* Compatibility shim for the footnotes block to enable test passing while awaiting the tested code to be merged to core.
*
* See https://github.com/WordPress/gutenberg/pull/52988.
*
Expand Down
4 changes: 2 additions & 2 deletions lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
function gutenberg_menu() {
add_menu_page(
'Gutenberg',
'Gutenberg',
__( 'Gutenberg', 'gutenberg' ),
__( 'Gutenberg', 'gutenberg' ),
'edit_posts',
'gutenberg',
'',
Expand Down
Loading

0 comments on commit 24415de

Please sign in to comment.