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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user