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/class-wp-customize-manager.php

    r37527 r37539  
    906906     * @since 3.4.0
    907907     *
    908      * @param mixed $return Value passed through for wp_die_handler filter.
    909      * @return mixed Value passed through for wp_die_handler filter.
     908     * @param mixed $return Value passed through for {@see 'wp_die_handler'} filter.
     909     * @return mixed Value passed through for {@see 'wp_die_handler'} filter.
    910910     */
    911911    public function remove_preview_signature( $return = null ) {
Note: See TracChangeset for help on using the changeset viewer.