Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/post.php

Props ipm-frommen.
See #31008.


git-svn-id: https://develop.svn.wordpress.org/trunk@31292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2015-01-29 11:31:44 +00:00
parent 65cdb41d31
commit 18280eb766
1 changed files with 6 additions and 8 deletions

View File

@ -733,7 +733,7 @@ function write_post() {
//
/**
* {@internal Missing Short Description}}
* Add post meta data defined in $_POST superglobal for post with given ID.
*
* @since 1.2.0
*
@ -772,7 +772,7 @@ function add_meta( $post_ID ) {
} // add_meta
/**
* {@internal Missing Short Description}}
* Delete post meta data by meta ID.
*
* @since 1.2.0
*
@ -803,7 +803,7 @@ function get_meta_keys() {
}
/**
* {@internal Missing Short Description}}
* Get post meta data by meta ID.
*
* @since 2.1.0
*
@ -815,9 +815,7 @@ function get_post_meta_by_id( $mid ) {
}
/**
* {@internal Missing Short Description}}
*
* Some postmeta stuff.
* Get meta data for the given post ID.
*
* @since 1.2.0
*
@ -833,7 +831,7 @@ function has_meta( $postid ) {
}
/**
* {@internal Missing Short Description}}
* Update post meta data by meta ID.
*
* @since 1.2.0
*
@ -1006,7 +1004,7 @@ function wp_edit_posts_query( $q = false ) {
}
/**
* {@internal Missing Short Description}}
* Get all available post MIME types for a given post type.
*
* @since 2.5.0
*