Make WordPress Core

Ticket #32331: 32331.patch

File 32331.patch, 630 bytes (added by Clorith, 10 years ago)
  • src/wp-includes/option.php

    <+>UTF-8
     
    217217 * resources can not be serialized or added as an option.
    218218 *
    219219 * 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.
    222221 *
    223222 * @since 1.0.0
    224223 * @since 4.2.0 The `$autoload` parameter was added.