From ca6726f331f0b3a0bf0be18d7219ec38b94a0d05 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 17 Feb 2016 22:02:26 +0000 Subject: [PATCH] Tests: Add test for `wp_get_installed_translations()`. Introduces language files in /tests/phpunit/data/language. Each file includes the header and 5 translations. Props realloc for initial patch. Fixes #35284. Built from https://develop.svn.wordpress.org/trunk@36563 git-svn-id: http://core.svn.wordpress.org/trunk@36530 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 9d9022ceb0..5f3e23c6e1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36562'; +$wp_version = '4.5-alpha-36563'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.