From 55f3b892fb56f91157b88d4e0dffdcd9a3291f7f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 9 Sep 2015 15:48:25 +0000 Subject: [PATCH] Docs: Add a changelog entry to the DocBlock for `touch_time()` to mention the shift from accessing the global `$comment` to using `get_comment()`. See #33638. Built from https://develop.svn.wordpress.org/trunk@33979 git-svn-id: http://core.svn.wordpress.org/trunk@33948 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index d1ee398d1a..73314e5717 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -754,6 +754,7 @@ function meta_form( $post = null ) { * Print out HTML form date elements for editing post or comment publish date. * * @since 0.71 + * @since 4.4.0 Converted to use get_comment() instead of the global `$comment`. * * @global WP_Locale $wp_locale * diff --git a/wp-includes/version.php b/wp-includes/version.php index 45ad723e81..45fe2ec429 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33978'; +$wp_version = '4.4-alpha-33979'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.