I18N: Fix a PHP error introduced in [41722].

PHP 5.2 and 5.3 don't support short array syntax, Ryan.

Fixes #41562.


Built from https://develop.svn.wordpress.org/trunk@41723


git-svn-id: http://core.svn.wordpress.org/trunk@41557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2017-10-04 02:12:46 +00:00
parent 0a3b7d8e31
commit 4f48c60803
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41722';
$wp_version = '4.9-alpha-41723';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.