Make WordPress Core


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

    r37488 r37537  
    25532553 *
    25542554 * Generates the HTML to send an attachment to the editor.
    2555  * Backward compatible with the media_send_to_editor filter
     2555 * Backward compatible with the {@see 'media_send_to_editor'} filter
    25562556 * and the chain of filters that follow.
    25572557 *
Note: See TracChangeset for help on using the changeset viewer.