Remove # from @ticket annotation in a unit test.

This improper character was erroneously introduced in [33724].

Props netweb.
Fixes #33532.
Built from https://develop.svn.wordpress.org/trunk@33850


git-svn-id: http://core.svn.wordpress.org/trunk@33818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-09-02 13:40:21 +00:00
parent 606b6d15f1
commit 709fde7584

View File

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