Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:38:55 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

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

    r47808 r48109  
    1515 * @since 2.7.0
    1616 * @access private
    17  *
    18  * @staticvar WP_Http $http
    1917 *
    2018 * @return WP_Http HTTP Transport object.
     
    621619 *
    622620 * @global wpdb $wpdb WordPress database abstraction object.
    623  * @staticvar array $queried
    624621 *
    625622 * @param bool   $is_external
Note: See TracChangeset for help on using the changeset viewer.