Make WordPress Core


Ignore:
Timestamp:
01/05/2017 11:57:17 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add variable to @param entry for whitelist_options filter.

Props keesiemeijer.
Fixes #39477.

File:
1 edited

Legend:

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

    r39308 r39708  
    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 );
Note: See TracChangeset for help on using the changeset viewer.