diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index b42205687f..108c848010 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index e32e120fdb..6549e90762 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.