mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Remove # from @ticket annotation in a unit test.
This improper character was erroneously introduced in [33724]. Props netweb. Fixes #33532. git-svn-id: https://develop.svn.wordpress.org/trunk@33850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -302,7 +302,7 @@ class Tests_Query extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket #33532
|
||||
* @ticket 33532
|
||||
*/
|
||||
public function test_tag_querystring_multiple_terms_formatted_as_array() {
|
||||
$c1 = $this->factory->tag->create_and_get( array(
|
||||
|
||||
Reference in New Issue
Block a user