From 6c8bcef2130d1984292f52b2a11262b68aea0e98 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 25 May 2016 18:21:30 +0000 Subject: [PATCH] Add tests for `get_bookmarks()` cache. This changeset adds a unit test factory so that bookmark/link fixtures can be created during tests. Why are we writing tests for functionality that has been deprecated for years? Because it's the Right Thing to Do. See #18356. Built from https://develop.svn.wordpress.org/trunk@37563 git-svn-id: http://core.svn.wordpress.org/trunk@37531 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 08b2695c55..5548c1a32d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37562'; +$wp_version = '4.6-alpha-37563'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.