Docs: Add missing `@return` tag for `WP_Automatic_Updater::is_disabled()`.
Follow-up to [25421], [25823], [25859]. Props sakibmd, jrf, patelmohip, akmelias. See #57680. Built from https://develop.svn.wordpress.org/trunk@55594 git-svn-id: http://core.svn.wordpress.org/trunk@55106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7127052046
commit
b7ef3ffdd3
|
@ -27,6 +27,8 @@ class WP_Automatic_Updater {
|
||||||
* Determines whether the entire automatic updater is disabled.
|
* Determines whether the entire automatic updater is disabled.
|
||||||
*
|
*
|
||||||
* @since 3.7.0
|
* @since 3.7.0
|
||||||
|
*
|
||||||
|
* @return bool True if the automatic updater is disabled, false otherwise.
|
||||||
*/
|
*/
|
||||||
public function is_disabled() {
|
public function is_disabled() {
|
||||||
// Background updates are disabled if you don't want file changes.
|
// Background updates are disabled if you don't want file changes.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-alpha-55593';
|
$wp_version = '6.3-alpha-55594';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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