mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Docs: Fix typo in WP_Site_Health_Auto_Updates::test_constants()
description.
See #46543. Built from https://develop.svn.wordpress.org/trunk@45222 git-svn-id: http://core.svn.wordpress.org/trunk@45031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6ad0bf33ec
commit
01dec9af0b
@ -57,7 +57,7 @@ class WP_Site_Health_Auto_Updates {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test if auto-updated related constants are set correctly.
|
||||
* Test if auto-updates related constants are set correctly.
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta3-45221';
|
||||
$wp_version = '5.2-beta3-45222';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user