Docs: Apply inline @see tags to hooks referenced in DocBlocks for root directory files.

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

See #36921.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-23 17:07:28 +00:00
parent f82641ad0e
commit e52762a725
4 changed files with 15 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37535';
$wp_version = '4.6-alpha-37536';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.