Improve `Tests_Feed_RSS2::test_items()`.
* Better reference to post author, to avoid PHP notices. * Code styling. * More reliable checking of tags and categories. Props kurtpayne. Fixes #UT32. See #30284. Built from https://develop.svn.wordpress.org/trunk@30283 git-svn-id: http://core.svn.wordpress.org/trunk@30283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e5cb0301c
commit
77e2821d54
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30282';
|
||||
$wp_version = '4.1-alpha-30283';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue