@@ -1283,15 +1283,15 @@ function delete_option( $option ) {
1283
1283
* @since 6.6.0
1284
1284
* @access private
1285
1285
*
1286
- * @param string $option The name of the option.
1287
- * @param mixed $value The value of the option to check its autoload value.
1288
- * @param mixed $serialized_value The serialized value of the option to check its autoload value.
1289
- * @param bool|null $autoload The autoload value to check.
1290
- * Accepts 'on'|true to enable or 'off'|false to disable, or
1291
- * 'auto-on', 'auto-off', or 'auto' for internal purposes.
1292
- * Any other autoload value will be forced to either 'auto-on',
1293
- * 'auto-off', or 'auto'.
1294
- * 'yes' and 'no' are supported for backward compatibility.
1286
+ * @param string $option The name of the option.
1287
+ * @param mixed $value The value of the option to check its autoload value.
1288
+ * @param mixed $serialized_value The serialized value of the option to check its autoload value.
1289
+ * @param bool|null $autoload The autoload value to check.
1290
+ * Accepts 'on'|true to enable or 'off'|false to disable, or
1291
+ * 'auto-on', 'auto-off', or 'auto' for internal purposes.
1292
+ * Any other autoload value will be forced to either 'auto-on',
1293
+ * 'auto-off', or 'auto'.
1294
+ * 'yes' and 'no' are supported for backward compatibility.
1295
1295
* @return string Returns the original $autoload value if explicit, or 'auto-on', 'auto-off',
1296
1296
* or 'auto' depending on default heuristics.
1297
1297
*/
0 commit comments