Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:01:40 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

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

Fixes #36921.

File:
1 edited

Legend:

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

    r37508 r37544  
    155155 * The default content type is 'text/plain' which does not allow using HTML.
    156156 * However, you can set the content type of the email by using the
    157  * 'wp_mail_content_type' filter.
     157 * {@see 'wp_mail_content_type'} filter.
    158158 *
    159159 * The default charset is based on the charset used on the blog. The charset can
    160  * be set using the 'wp_mail_charset' filter.
     160 * be set using the {@see 'wp_mail_charset'} filter.
    161161 *
    162162 * @since 1.2.1
Note: See TracChangeset for help on using the changeset viewer.