Make WordPress Core


Ignore:
Timestamp:
02/25/2018 08:31:33 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @static notations from property DocBlocks in wp-admin/* and wp-includes/* classes.

This tag has been used in the past, but should no longer be used. Just using the static keyword in code is enough for PhpDocumentor on PHP5+ to recognize static variables and methods, and PhpDocumentor will mark them as static.

Props birgire.
See #42803.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-screen.php

    r42745 r42747  
    142142     * Stores old string-based help.
    143143     *
    144      * @static
    145      *
    146144     * @var array
    147145     */
     
    160158     *
    161159     * @since 3.3.0
    162      *
    163      * @static
    164160     *
    165161     * @var array
Note: See TracChangeset for help on using the changeset viewer.