Pinking shears 6-20000

git-svn-id: https://develop.svn.wordpress.org/trunk@20000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-02-27 19:46:52 +00:00
parent 5648306064
commit 89e9bcc1d6
12 changed files with 29 additions and 29 deletions

View File

@@ -34,7 +34,7 @@ class WP_Scripts extends WP_Dependencies {
if ( ! function_exists( 'did_action' ) || did_action( 'init' ) )
$this->init();
else
add_action( 'init', array( $this, 'init' ), 0 );
add_action( 'init', array( $this, 'init' ), 0 );
}
function init() {