Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Ari Stathopoulos <[email protected]>
  • Loading branch information
youknowriad and aristath committed Oct 30, 2020
1 parent 1685c6d commit 64e526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/full-site-editing.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function gutenberg_menu_order( $menu_order ) {
'gutenberg-edit-site' => array_search( 'themes.php', $menu_order, true ),
);

// traverse through the new positions and move.
// Traverse through the new positions and move
// the items if found in the original menu_positions.
foreach ( $new_positions as $value => $new_index ) {
$current_index = array_search( $value, $menu_order, true );
Expand Down

0 comments on commit 64e526c

Please sign in to comment.