Ticket #19959: 19959.diff
File 19959.diff, 428 bytes (added by , 13 years ago) |
---|
-
wp-includes/class.wp-scripts.php
31 31 var $default_dirs; 32 32 33 33 function __construct() { 34 add_action( 'init', array( $this, 'init' ) ); 35 } 36 37 function init() { 34 38 do_action_ref_array( 'wp_default_scripts', array(&$this) ); 35 39 } 36 40