Make WordPress Core


Ignore:
Timestamp:
05/23/2016 05:27:19 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

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

    r37485 r37537  
    18161816
    18171817/**
    1818  * Refreshes the value of the options whitelist available via the 'whitelist_options' filter.
     1818 * Refreshes the value of the options whitelist available via the 'whitelist_options' hook.
     1819 *
     1820 * See the {@see 'whitelist_options'} filter.
    18191821 *
    18201822 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.