mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +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. See #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37543 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -581,7 +581,7 @@ function wp_http_validate_url( $url ) {
|
||||
/**
|
||||
* Whitelists allowed redirect hosts for safe HTTP requests as well.
|
||||
*
|
||||
* Attached to the http_request_host_is_external filter.
|
||||
* Attached to the {@see 'http_request_host_is_external'} filter.
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
@@ -598,7 +598,7 @@ function allowed_http_request_hosts( $is_external, $host ) {
|
||||
/**
|
||||
* Whitelists any domain in a multisite installation for safe HTTP requests.
|
||||
*
|
||||
* Attached to the http_request_host_is_external filter.
|
||||
* Attached to the {@see 'http_request_host_is_external'} filter.
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user