From 4ae4d94dbb4a5087bd03d39763654ae2ee086dc9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Aug 2015 20:40:24 +0000 Subject: [PATCH] Remove `wp-includes/comment-functions.php` from the `$_old_files` array. See [33750]. props rachelbaker. fixes #33569. Built from https://develop.svn.wordpress.org/trunk@33772 git-svn-id: http://core.svn.wordpress.org/trunk@33740 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 427cc31a58..ac1ac37645 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -43,7 +43,6 @@ $_old_files = array( 'wp-admin/link-categories.php', 'wp-admin/list-manipulation.js', 'wp-admin/list-manipulation.php', -'wp-includes/comment-functions.php', 'wp-includes/feed-functions.php', 'wp-includes/functions-compat.php', 'wp-includes/functions-formatting.php', diff --git a/wp-includes/version.php b/wp-includes/version.php index b0b9912e14..ae6d3c06b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33771'; +$wp_version = '4.4-alpha-33772'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.