Ticket #32331: 32331.patch
File 32331.patch, 630 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/option.php
<+>UTF-8
217 217 * resources can not be serialized or added as an option. 218 218 * 219 219 * If the option does not exist, then the option will be added with the option 220 * value, but you will not be able to set whether it is autoloaded. If you want 221 * to set whether an option is autoloaded, then you need to use the add_option(). 220 * value. 222 221 * 223 222 * @since 1.0.0 224 223 * @since 4.2.0 The `$autoload` parameter was added.