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/widgets/class-wp-widget-recent-comments.php

    r47593 r48109  
    6969     * @since 5.4.0 Creates a unique HTML ID for the `<ul>` element
    7070     *              if more than one instance is displayed on the page.
    71      *
    72      * @staticvar bool $first_instance
    7371     *
    7472     * @param array $args     Display arguments including 'before_title', 'after_title',
Note: See TracChangeset for help on using the changeset viewer.