Menus: Replace "drop down" (noun) with "dropdown" in a few strings.

This makes the spelling more consistent with other instances of the word in core.

Follow-up to [23844], [27676].

Props NekoJonez, mukesh27, SergeyBiryukov.
Fixes #55661.
Built from https://develop.svn.wordpress.org/trunk@53391


git-svn-id: http://core.svn.wordpress.org/trunk@52980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-05-11 13:22:15 +00:00
parent 3a48bc354d
commit f4d9778c98
3 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53390';
$wp_version = '6.1-alpha-53391';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.