Skip to content

Commit

Permalink
Site Editor: bring back more meenu (#21288)
Browse files Browse the repository at this point in the history
Brings back the Site Editor more menu that was likely
lost as a result of a rebase in a #20698.
  • Loading branch information
vindl committed Mar 31, 2020
1 parent e16260f commit 0a7dfe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-site/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { PinnedItems } from '@wordpress/interface';
*/
import { useEditorContext } from '../editor';
import FullscreenModeClose from './fullscreen-mode-close';
import MoreMenu from './more-menu';
import TemplateSwitcher from '../template-switcher';
import SaveButton from '../save-button';

Expand Down Expand Up @@ -63,6 +64,7 @@ export default function Header() {
<div className="edit-site-header__actions">
<SaveButton />
<PinnedItems.Slot scope="core/edit-site" />
<MoreMenu />
</div>
</div>
);
Expand Down

0 comments on commit 0a7dfe7

Please sign in to comment.