Build/Test Tools: Correctly reference function names in `@covers` entries.
Props pbearne. Fixes #39235. Built from https://develop.svn.wordpress.org/trunk@39918 git-svn-id: http://core.svn.wordpress.org/trunk@39855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54001e2756
commit
6b89d68cc1
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39917';
|
||||
$wp_version = '4.8-alpha-39918';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue