Make WordPress Core


Ignore:
Timestamp:
02/25/2018 08:21:37 PM (8 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-oembed.php

    r42343 r42746  
    291291         * The just-in-time addition is for the benefit of the {@see 'oembed_providers'} filter.
    292292         *
    293          * @static
    294293         * @since 4.0.0
    295294         *
     
    319318         *
    320319         * @since 4.0.0
    321          * @static
    322320         *
    323321         * @see wp_oembed_remove_provider()
Note: See TracChangeset for help on using the changeset viewer.