Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/nav-menu.php

    r47808 r48100  
    10241024 *
    10251025 * @param int $menu_id Optional. The ID of the menu to format. Default 0.
    1026  * @return string|WP_Error $output The menu formatted to edit or error object on failure.
     1026 * @return string|WP_Error The menu formatted to edit or error object on failure.
    10271027 */
    10281028function wp_get_nav_menu_to_edit( $menu_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.