Skip to content

Commit

Permalink
Docs: Fixed import statement of PluginMoreMenuItem (#60931)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: fabiankaegy <[email protected]>
  • Loading branch information
4 people committed Apr 21, 2024
1 parent 55a9e19 commit 29254e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/slotfills/plugin-more-menu-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This slot will add a new item to the More Tools & Options section.

```js
import { registerPlugin } from '@wordpress/plugins';
import { PluginMoreMenuItem } from '@wordpress/edit-post';
import { PluginMoreMenuItem } from '@wordpress/editor';
import { image } from '@wordpress/icons';

const MyButtonMoreMenuItemTest = () => (
Expand Down

0 comments on commit 29254e5

Please sign in to comment.