Make WordPress Core


Ignore:
Timestamp:
11/28/2014 08:55:46 AM (11 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Convert a hook reference to an inline @see tag in the hook docs for the image_add_caption_text filter.

See #30469.

File:
1 edited

Legend:

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

    r30543 r30600  
    165165     * to the image HTML when inserted into the editor.
    166166     *
    167      * Passing an empty value also prevents the 'image_add_caption_shortcode' filter
    168      * from being evaluated at the end of {@see image_add_caption()}.
     167     * Passing an empty value also prevents the {@see 'image_add_caption_shortcode'}
     168     * filter from being evaluated at the end of {@see image_add_caption()}.
    169169     *
    170170     * @since 4.1.0
Note: See TracChangeset for help on using the changeset viewer.