Changeset 35965 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 12/16/2015 05:47:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r34862 r35965 31 31 public $default_dirs; 32 32 33 /** 34 * Constructor. 35 * 36 * @since 2.6.0 37 * @access public 38 */ 33 39 public function __construct() { 34 40 $this->init(); … … 37 43 38 44 /** 45 * Initialize the class. 46 * 47 * @since 3.4.0 39 48 * @access public 40 49 */
Note: See TracChangeset
for help on using the changeset viewer.