From f3033f34c628f8e3ae72fedb9fa912a091de571d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 29 Jan 2015 11:32:22 +0000 Subject: [PATCH] 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 --- wp-admin/includes/post.php | 14 ++++++-------- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) 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.