Update phpdoc for functions that return WP_Post. Soft deprecate get_page(). see #21309

git-svn-id: https://develop.svn.wordpress.org/trunk@21598 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-08-23 20:34:41 +00:00
parent de06b81360
commit 9905abe697
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -2785,7 +2785,7 @@ class WP_Query {
* @since 1.5.0
* @access public
*
* @return object Next post.
* @return WP_Post Next post.
*/
function next_post() {