From 64e526ceb2f95367f7f26e0b2a8a44512dc7c505 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Fri, 30 Oct 2020 12:53:00 +0100 Subject: [PATCH] Fix typo. Co-authored-by: Ari Stathopoulos --- lib/full-site-editing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/full-site-editing.php b/lib/full-site-editing.php index 4a1097b06a65aa..ce7ac56587df4e 100644 --- a/lib/full-site-editing.php +++ b/lib/full-site-editing.php @@ -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 );