Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:38:55 PM (5 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/ms-functions.php

    r48104 r48109  
    19301930 *
    19311931 * @global wpdb $wpdb WordPress database abstraction object.
    1932  * @staticvar int $global_terms_recurse
    19331932 *
    19341933 * @param int    $term_id    An ID for a term on the current blog.
     
    23192318 * @since 2.8.5
    23202319 *
    2321  * @staticvar bool $forced_content
    2322  *
    23232320 * @param bool $force
    23242321 * @return bool True if forced, false if not forced.
Note: See TracChangeset for help on using the changeset viewer.