Tests: Pre-declare the $year_url property before initialization in Tests_Get_Archives::setUp().

Props pbearne.
Fixes #36611.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-04-21 02:56:26 +00:00
parent 852e6921d2
commit 7c5f77ece3

View File

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