Make WordPress Core

Ticket #39477: 39477.patch

File 39477.patch, 415 bytes (added by keesiemeijer, 7 years ago)

Add variable $whitelist_options

  • src/wp-admin/options.php

     
    140140 *
    141141 * @since 2.7.0
    142142 *
    143  * @param array White list options.
     143 * @param array $whitelist_options White list options.
    144144 */
    145145$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
    146146