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:
parent
3a48bc354d
commit
f4d9778c98
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue