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/class-wp-press-this.php

    r37488 r37537  
    135135
    136136        /**
    137          * Filters the post data of a Press This post before saving/updating, after
    138          * side_load_images action had run.
     137         * Filters the post data of a Press This post before saving/updating.
     138         *
     139         * The {@see 'side_load_images'} action has already run at this point.
    139140         *
    140141         * @since 4.5.0
Note: See TracChangeset for help on using the changeset viewer.