Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files.

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

See #36921.

Built from https://develop.svn.wordpress.org/trunk@37537


git-svn-id: http://core.svn.wordpress.org/trunk@37505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-23 17:28:27 +00:00
parent e52762a725
commit 1947f4d17c
11 changed files with 28 additions and 16 deletions

View File

@@ -1815,7 +1815,9 @@ function unregister_setting( $option_group, $option_name, $sanitize_callback = '
}
/**
* Refreshes the value of the options whitelist available via the 'whitelist_options' filter.
* Refreshes the value of the options whitelist available via the 'whitelist_options' hook.
*
* See the {@see 'whitelist_options'} filter.
*
* @since 2.7.0
*