Make WordPress Core


Ignore:
Timestamp:
06/20/2020 07:22:31 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some documentation errors in bundled themes.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/inc/icon-functions.php

    r47214 r48101  
    3535 * @param  WP_Post $item        Menu item object.
    3636 * @param  int     $depth       Depth of the menu.
    37  * @param  array   $args        wp_nav_menu() arguments.
    38  * @return string  $item_output The menu item output with social icon.
     37 * @param  object  $args        wp_nav_menu() arguments.
     38 * @return string The menu item output with social icon.
    3939 */
    4040function twentynineteen_nav_menu_social_icons( $item_output, $item, $depth, $args ) {
Note: See TracChangeset for help on using the changeset viewer.