From 81ec5c8e9196a40fa5872ba5cdb21f2474481015 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 9 Sep 2015 15:47:43 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@33979 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index d1ee398d1a..73314e5717 100644 --- a/src/wp-admin/includes/template.php +++ b/src/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 *