Fix PHP notice in Tests_Feed_RSS2::test_items()
.
A notice was being thrown when `get_the_tags()` returned false, and `foreach()` was run over that return value. See [30283]. Built from https://develop.svn.wordpress.org/trunk@30295 git-svn-id: http://core.svn.wordpress.org/trunk@30294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b3da068590
commit
383c75db29
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30294';
|
$wp_version = '4.1-alpha-30295';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user