Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:53:05 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes.

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

See #36921.

File:
1 edited

Legend:

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

    r37518 r37539  
    132132    /**
    133133     * Status for calling the update method, used in customize_save_response filter.
     134     *
     135     * See {@see 'customize_save_response'}.
    134136     *
    135137     * When status is inserted, the placeholder post ID is stored in $previous_post_id.
     
    659661
    660662    /**
    661      * Create/update the nav_menu_item post for this setting.
     663     * Creates/updates the nav_menu_item post for this setting.
    662664     *
    663665     * Any created menu items will have their assigned post IDs exported to the client
    664      * via the customize_save_response filter. Likewise, any errors will be exported
    665      * to the client via the customize_save_response() filter.
     666     * via the {@see 'customize_save_response'} filter. Likewise, any errors will be
     667     * exported to the client via the customize_save_response() filter.
    666668     *
    667669     * To delete a menu, the client can send false as the value.
Note: See TracChangeset for help on using the changeset viewer.