From 67077ce72ad19b1bb3a9a078801760db4f61ea6e Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 30 Sep 2015 03:07:26 +0000 Subject: [PATCH] Fix logical errors in some comment pagination tests. The tests included in [34669] contained a couple of problems: * Comments were not always created in the expected order, due to the incorrect use of 'comment_date_gmt'. * 'asc'/'desc' and 'older'/'newer' were confused. * 'default_comments_page=newest' ('last') didn't properly account for the cpage=1 offset. The code itself powering this pagination was correct; it's only the tests that were wrong. See #8071. Built from https://develop.svn.wordpress.org/trunk@34713 git-svn-id: http://core.svn.wordpress.org/trunk@34677 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 8c58e1048b..c372acbeff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34712'; +$wp_version = '4.4-alpha-34713'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.