Make WordPress Core


Ignore:
Timestamp:
05/11/2022 01:20:13 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r53318 r53391  
    12051205
    12061206    /**
    1207      * Filters the HTML output of a list of pages as a drop down.
     1207     * Filters the HTML output of a list of pages as a dropdown.
    12081208     *
    12091209     * @since 2.1.0
    12101210     * @since 4.4.0 `$parsed_args` and `$pages` added as arguments.
    12111211     *
    1212      * @param string    $output      HTML output for drop down list of pages.
     1212     * @param string    $output      HTML output for dropdown list of pages.
    12131213     * @param array     $parsed_args The parsed arguments array. See wp_dropdown_pages()
    12141214     *                               for information on accepted arguments.
Note: See TracChangeset for help on using the changeset viewer.