Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:01:40 PM (9 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/option.php

    r37507 r37544  
    1717 * If the option was serialized then it will be unserialized when it is returned.
    1818 *
    19  * Any scalar values will be returned as strings. You may coerce the return type of a given option by registering a
    20  * 'option_{$option}' filter callback.
     19 * Any scalar values will be returned as strings. You may coerce the return type of
     20 * a given option by registering an {@see 'option_$option'} filter callback.
    2121 *
    2222 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.