From b1b2ec30e2996d4ce2f8cfc6c465458b7daf99dd Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 5 Oct 2015 03:03:25 +0000 Subject: [PATCH] Docs: Add missing DocBlock summaries for five functions in wp-admin/includes/template-functions.php. See #32246. Built from https://develop.svn.wordpress.org/trunk@34826 git-svn-id: http://core.svn.wordpress.org/trunk@34791 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template-functions.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/includes/template-functions.php b/wp-admin/includes/template-functions.php index 1787783ef1..515b7f1869 100644 --- a/wp-admin/includes/template-functions.php +++ b/wp-admin/includes/template-functions.php @@ -220,7 +220,7 @@ function wp_popular_terms_checklist( $taxonomy, $default = 0, $number = 10, $ech } /** - * {@internal Missing Short Description}} + * Outputs a link category checklist element. * * @since 2.5.1 * @@ -330,7 +330,7 @@ function get_inline_data($post) { } /** - * {@internal Missing Short Description}} + * Outputs the in-line comment reply-to form in the Comments list table. * * @since 2.7.0 * @@ -461,7 +461,7 @@ function wp_comment_trashnotice() { } /** - * {@internal Missing Short Description}} + * Outputs a post's public meta data in the Custom Fields meta box. * * @since 1.2.0 * @@ -504,7 +504,7 @@ function list_meta( $meta ) { } /** - * {@internal Missing Short Description}} + * Outputs a single row of public meta data in the Custom Fields meta box. * * @since 2.5.0 * @@ -1417,7 +1417,7 @@ function settings_errors( $setting = '', $sanitize = false, $hide_on_update = fa } /** - * {@internal Missing Short Description}} + * Outputs the modal window used for attaching media to posts or pages in the media-listing screen. * * @since 2.7.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index e33e5b9dfa..698a03c169 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34825'; +$wp_version = '4.4-alpha-34826'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.