mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Docs: Remove @staticvar tags from core.
The tag was supported in phpDocumentor 1.x, but is no longer supported in 2.x and 3.x. Usage of static variables is considered an internal implementation detail and has no information value for someone reading the docs. Props alishanvr, jrf. Fixes #50426. git-svn-id: https://develop.svn.wordpress.org/trunk@48109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
* @since 2.7.0
|
||||
* @access private
|
||||
*
|
||||
* @staticvar WP_Http $http
|
||||
*
|
||||
* @return WP_Http HTTP Transport object.
|
||||
*/
|
||||
function _wp_http_get_object() {
|
||||
@@ -620,7 +618,6 @@ function allowed_http_request_hosts( $is_external, $host ) {
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
* @staticvar array $queried
|
||||
*
|
||||
* @param bool $is_external
|
||||
* @param string $host
|
||||
|
||||
Reference in New Issue
Block a user