mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Docs: Add missing brace in auto_update_{$type}
filter DocBlock.
See #42505. Built from https://develop.svn.wordpress.org/trunk@42825 git-svn-id: http://core.svn.wordpress.org/trunk@42655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8bab745586
commit
15e969be8d
@ -171,7 +171,7 @@ class WP_Automatic_Updater {
|
|||||||
* by default, while translations and minor and development versions for core
|
* by default, while translations and minor and development versions for core
|
||||||
* are updated by default.
|
* are updated by default.
|
||||||
*
|
*
|
||||||
* See the {@see 'allow_dev_auto_core_updates', {@see 'allow_minor_auto_core_updates'},
|
* See the {@see 'allow_dev_auto_core_updates'}, {@see 'allow_minor_auto_core_updates'},
|
||||||
* and {@see 'allow_major_auto_core_updates'} filters for a more straightforward way to
|
* and {@see 'allow_major_auto_core_updates'} filters for a more straightforward way to
|
||||||
* adjust core updates.
|
* adjust core updates.
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-42824';
|
$wp_version = '5.0-alpha-42825';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user