mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@37544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
*
|
||||
* If the option was serialized then it will be unserialized when it is returned.
|
||||
*
|
||||
* Any scalar values will be returned as strings. You may coerce the return type of a given option by registering a
|
||||
* 'option_{$option}' filter callback.
|
||||
* Any scalar values will be returned as strings. You may coerce the return type of
|
||||
* a given option by registering an {@see 'option_$option'} filter callback.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user