mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
f5c8f20a69
commit
55f3b892fb
@ -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
|
||||||
*
|
*
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user