From 0aaa2900ebb4c61ec6809a83daa869ba081d78e5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 18 Oct 2015 14:34:25 +0000 Subject: [PATCH] Docs: Add a version to the file header for wp-admin/includes/comment.php. See #33701. Built from https://develop.svn.wordpress.org/trunk@35262 git-svn-id: http://core.svn.wordpress.org/trunk@35228 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/comment.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/comment.php b/wp-admin/includes/comment.php index 32cb56b5fb..3037c4102e 100644 --- a/wp-admin/includes/comment.php +++ b/wp-admin/includes/comment.php @@ -4,6 +4,7 @@ * * @package WordPress * @subpackage Administration + * @since 2.3.0 */ /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 7d654e63da..75c07b5fa4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35261'; +$wp_version = '4.4-alpha-35262'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.