Ticket #47820: 47820.diff
File 47820.diff, 623 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/option.php
276 276 * 277 277 * If the option does not exist, then the option will be added with the option value, 278 278 * with an `$autoload` value of 'yes'. 279 * 280 * This function is designed to work with or without a logged-in user. In term 281 * of security, plugin developers should check for the current user capabilities 282 * before using this function. 279 283 * 280 284 * @since 1.0.0 281 285 * @since 4.2.0 The `$autoload` parameter was added.