Make WordPress Core


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

Docs: Remove @static notations from method DocBlocks in 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-includes/class-wp-user.php

    r42735 r42746  
    181181     * @since 4.4.0 Added 'ID' as an alias of 'id' for the `$field` parameter.
    182182     *
    183      * @static
    184      *
    185183     * @global wpdb $wpdb WordPress database abstraction object.
    186184     *
Note: See TracChangeset for help on using the changeset viewer.