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.