Make sure fixtures have empty `post_content` in search test.
The generator sequence was causing false positives when the search terms ('1' and '0') happened to match the current sequence number (eg, 'Post content 190'). Introduced in [36278]. See #31025. Built from https://develop.svn.wordpress.org/trunk@36520 git-svn-id: http://core.svn.wordpress.org/trunk@36487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c521ca706f
commit
f846e08f2c
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36519';
|
||||
$wp_version = '4.5-alpha-36520';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue