From db7b12e25ca02337c43cb22070128099f6525d7f Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 24 Nov 2014 14:56:25 +0000 Subject: [PATCH] Declare an explicit 'order' in `test_get_comments_by_user()`. This change fixes broken builds on older versions of MySQL. See #30462. Assertions regarding indeterminate secondary ORDER BY clauses will go in separate test methods. See #30478. Built from https://develop.svn.wordpress.org/trunk@30548 git-svn-id: http://core.svn.wordpress.org/trunk@30537 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 c06f3c0adf..b684c41f2b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30547'; +$wp_version = '4.1-beta2-30548'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.