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.