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/class-wp-customize-widgets.php

    r47550 r48109  
    173173     *
    174174     * @since 4.2.0
    175      *
    176      * @staticvar array $cache
    177175     *
    178176     * @param string $setting_id Setting ID.
     
    937935     * @global array $wp_registered_widgets
    938936     * @global array $wp_registered_widget_controls
    939      * @staticvar array $available_widgets
    940937     *
    941938     * @see wp_list_widgets()
Note: See TracChangeset for help on using the changeset viewer.