Make WordPress Core


Ignore:
Timestamp:
02/01/2020 09:59:14 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for register_setting().

Document the full list of whitelisted option key names.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options.php

    r47156 r47157  
    197197
    198198/**
    199  * Filters the options white list.
     199 * Filters the options whitelist.
    200200 *
    201201 * @since 2.7.0
    202202 *
    203  * @param array $whitelist_options White list options.
     203 * @param array $whitelist_options Whitelist options.
    204204 */
    205205$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
Note: See TracChangeset for help on using the changeset viewer.