Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:01:40 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

Fixes #36921.

File:
1 edited

Legend:

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

    r37500 r37544  
    6767
    6868    /**
    69      * Start the element output.
     69     * Starts the element output.
    7070     *
    7171     * @see Walker::start_el()
    7272     *
    7373     * @since 3.0.0
    74      * @since 4.4.0 'nav_menu_item_args' filter was added.
     74     * @since 4.4.0 The {@see 'nav_menu_item_args'} filter was added.
    7575     *
    7676     * @param string $output Passed by reference. Used to append additional content.
Note: See TracChangeset for help on using the changeset viewer.