Changeset 19865
- Timestamp:
- 02/08/2012 03:29:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-scripts.php
r19832 r19865 32 32 33 33 function __construct() { 34 if ( did_action( 'init' ) ) 35 $this->init(); 36 else 37 add_action( 'init', array( $this, 'init' ), 0 ); 38 } 39 40 function init() { 34 41 do_action_ref_array( 'wp_default_scripts', array(&$this) ); 35 42 }
Note: See TracChangeset
for help on using the changeset viewer.