Make WordPress Core

Changeset 50373


Ignore:
Timestamp:
02/17/2021 12:40:10 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the alternative hook name for the deprecated whitelist_options hook.

Follow-up to [48121].

See #51800.

File:
1 edited

Legend:

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

    r48575 r50373  
    212212    array( $allowed_options ),
    213213    '5.5.0',
    214     'apply_filters_deprecated',
     214    'allowed_options',
    215215    __( 'Please consider writing more inclusive code.' )
    216216);
Note: See TracChangeset for help on using the changeset viewer.