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
This commit is contained in:
Drew Jaynes 2015-09-09 15:48:25 +00:00
parent f5c8f20a69
commit 55f3b892fb
2 changed files with 2 additions and 1 deletions

View File

@ -754,6 +754,7 @@ function meta_form( $post = null ) {
* Print out HTML form date elements for editing post or comment publish date. * Print out HTML form date elements for editing post or comment publish date.
* *
* @since 0.71 * @since 0.71
* @since 4.4.0 Converted to use get_comment() instead of the global `$comment`.
* *
* @global WP_Locale $wp_locale * @global WP_Locale $wp_locale
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.