mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@37544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -154,10 +154,10 @@ if ( !function_exists( 'wp_mail' ) ) :
|
||||
*
|
||||
* The default content type is 'text/plain' which does not allow using HTML.
|
||||
* However, you can set the content type of the email by using the
|
||||
* 'wp_mail_content_type' filter.
|
||||
* {@see 'wp_mail_content_type'} filter.
|
||||
*
|
||||
* The default charset is based on the charset used on the blog. The charset can
|
||||
* be set using the 'wp_mail_charset' filter.
|
||||
* be set using the {@see 'wp_mail_charset'} filter.
|
||||
*
|
||||
* @since 1.2.1
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user