Improve various @param docs.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-11-30 22:55:08 +00:00
parent 6bb2a4ce36
commit ee388b9852
4 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -438,7 +438,7 @@ function wp_get_post_revisions( $post_id = 0, $args = null ) {
*
* @since 3.6.0
*
* @param object $post The post object.
* @param WP_Post $post The post object.
* @return bool True if number of revisions to keep isn't zero, false otherwise.
*/
function wp_revisions_enabled( $post ) {
@@ -572,7 +572,7 @@ function _wp_get_post_revision_version( $revision ) {
* @since 3.6.0
* @access private
*
* @param object $post Post object
* @param WP_Post $post Post object
* @param array $revisions Current revisions of the post
* @return bool true if the revisions were upgraded, false if problems
*/