Tests: Rename the `$success` variable to `$result` in the `wp_mail()` test for an empty home URL.
The previously name could be a bit confusing if the function is expected to fail. Follow-up to [52799]. See #54730. Built from https://develop.svn.wordpress.org/trunk@52800 git-svn-id: http://core.svn.wordpress.org/trunk@52389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c2d8b48d97
commit
7c2fcae011
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-alpha-52799';
|
$wp_version = '6.0-alpha-52800';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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