mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Docs: Fix Docblock parameters indentation for wp_determine_option_autoload_value(), as per WP Docs standards.
See #62281. Built from https://develop.svn.wordpress.org/trunk@59787 git-svn-id: http://core.svn.wordpress.org/trunk@59129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22549e4550
commit
342c3037df
|
|
@ -1292,15 +1292,15 @@ function delete_option( $option ) {
|
|||
* @since 6.6.0
|
||||
* @access private
|
||||
*
|
||||
* @param string $option The name of the option.
|
||||
* @param mixed $value The value of the option to check its autoload value.
|
||||
* @param mixed $serialized_value The serialized value of the option to check its autoload value.
|
||||
* @param bool|null $autoload The autoload value to check.
|
||||
* Accepts 'on'|true to enable or 'off'|false to disable, or
|
||||
* 'auto-on', 'auto-off', or 'auto' for internal purposes.
|
||||
* Any other autoload value will be forced to either 'auto-on',
|
||||
* 'auto-off', or 'auto'.
|
||||
* 'yes' and 'no' are supported for backward compatibility.
|
||||
* @param string $option The name of the option.
|
||||
* @param mixed $value The value of the option to check its autoload value.
|
||||
* @param mixed $serialized_value The serialized value of the option to check its autoload value.
|
||||
* @param bool|null $autoload The autoload value to check.
|
||||
* Accepts 'on'|true to enable or 'off'|false to disable, or
|
||||
* 'auto-on', 'auto-off', or 'auto' for internal purposes.
|
||||
* Any other autoload value will be forced to either 'auto-on',
|
||||
* 'auto-off', or 'auto'.
|
||||
* 'yes' and 'no' are supported for backward compatibility.
|
||||
* @return string Returns the original $autoload value if explicit, or 'auto-on', 'auto-off',
|
||||
* or 'auto' depending on default heuristics.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59786';
|
||||
$wp_version = '6.8-alpha-59787';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user