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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-23 19:02:28 +00:00
parent d28f1a08ef
commit 9193013158
17 changed files with 48 additions and 40 deletions

View File

@@ -3883,9 +3883,9 @@ class WP_Query {
}
/**
* Whether there are more posts available in the loop.
* Determines whether there are more posts available in the loop.
*
* Calls action 'loop_end', when the loop is complete.
* Calls the {@see 'loop_end'} action when the loop is complete.
*
* @since 1.5.0
* @access public