Ticket #20971: 20971.diff
File 20971.diff, 527 bytes (added by , 13 years ago) |
---|
-
wp-includes/class.wp-scripts.php
31 31 var $default_dirs; 32 32 33 33 function __construct() { 34 if ( ! function_exists( 'did_action' ) || did_action( 'init' ) ) 35 $this->init(); 36 else 37 add_action( 'init', array( $this, 'init' ), 0 ); 34 $this->init(); 35 add_action( 'init', array( $this, 'init' ), 0 ); 38 36 } 39 37 40 38 function init() {