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/revision.php

    r47808 r48109  
    1414 * @since 4.5.0 The optional `$autosave` parameter was deprecated and renamed to `$deprecated`.
    1515 * @access private
    16  *
    17  * @staticvar array $fields
    1816 *
    1917 * @param array|WP_Post $post       Optional. A post array or a WP_Post object being processed
Note: See TracChangeset for help on using the changeset viewer.