Make WordPress Core


Ignore:
Timestamp:
05/23/2016 05:27:19 PM (8 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/template.php

    r37488 r37537  
    13841384 * Use the $sanitize argument to manually re-sanitize the option before returning errors.
    13851385 * This is useful if you have errors or notices you want to show even when the user
    1386  * hasn't submitted data (i.e. when they first load an options page, or in admin_notices action hook)
     1386 * hasn't submitted data (i.e. when they first load an options page, or in the {@see 'admin_notices'}
     1387 * action hook).
    13871388 *
    13881389 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.