mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-23 17:30:23 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@53391 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1204,12 +1204,12 @@ function wp_dropdown_pages( $args = '' ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters the HTML output of a list of pages as a drop down.
|
||||
* Filters the HTML output of a list of pages as a dropdown.
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @since 4.4.0 `$parsed_args` and `$pages` added as arguments.
|
||||
*
|
||||
* @param string $output HTML output for drop down list of pages.
|
||||
* @param string $output HTML output for dropdown list of pages.
|
||||
* @param array $parsed_args The parsed arguments array. See wp_dropdown_pages()
|
||||
* for information on accepted arguments.
|
||||
* @param WP_Post[] $pages Array of the page objects.
|
||||
|
||||
Reference in New Issue
Block a user