Make WordPress Core


Ignore:
Timestamp:
12/16/2015 05:47:07 PM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing DocBlocks, including summaries and @since versions, to the __construct() and init() methods in WP_Scripts.

See #32246.

File:
1 edited

Legend:

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

    r34862 r35965  
    3131        public $default_dirs;
    3232
     33        /**
     34         * Constructor.
     35         *
     36         * @since 2.6.0
     37         * @access public
     38         */
    3339        public function __construct() {
    3440                $this->init();
     
    3743
    3844        /**
     45         * Initialize the class.
     46         *
     47         * @since 3.4.0
    3948         * @access public
    4049         */
Note: See TracChangeset for help on using the changeset viewer.