Make WordPress Core


Ignore:
Timestamp:
07/01/2017 04:57:13 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove superfluous @package WordPress and @subpackage notations used outside of file headers in a variety of core files.

Per the inline documentation standards for PHP, there should only be one @package and/or @subpackage notation per file, and only in the file header.

See #41017.

File:
1 edited

Legend:

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

    r40938 r40988  
    1212 * Core class used to register scripts.
    1313 *
    14  * @package WordPress
    15  * @uses WP_Dependencies
    1614 * @since 2.1.0
     15 *
     16 * @see WP_Dependencies
    1717 */
    1818class WP_Scripts extends WP_Dependencies {
Note: See TracChangeset for help on using the changeset viewer.