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

Props ipm-frommen.
See #31008.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-01-29 11:32:22 +00:00
parent 994b57a190
commit f3033f34c6
2 changed files with 7 additions and 9 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 * @since 1.2.0
* *
@ -772,7 +772,7 @@ function add_meta( $post_ID ) {
} // add_meta } // add_meta
/** /**
* {@internal Missing Short Description}} * Delete post meta data by meta ID.
* *
* @since 1.2.0 * @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 * @since 2.1.0
* *
@ -815,9 +815,7 @@ function get_post_meta_by_id( $mid ) {
} }
/** /**
* {@internal Missing Short Description}} * Get meta data for the given post ID.
*
* Some postmeta stuff.
* *
* @since 1.2.0 * @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 * @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 * @since 2.5.0
* *

View File

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