Make WordPress Core


Ignore:
Timestamp:
01/18/2022 08:27:39 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typos in some DocBlocks.

Props kebbet.
See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php

    r51783 r52597  
    596596     * @param int   $menu_id          The term ID for the given menu.
    597597     * @param bool  $auto_add         Whether to auto-add or not.
    598      * @return array (Maybe) modified nav_menu_otions array.
     598     * @return array (Maybe) modified nav_menu_options array.
    599599     */
    600600    protected function filter_nav_menu_options_value( $nav_menu_options, $menu_id, $auto_add ) {
Note: See TracChangeset for help on using the changeset viewer.