Skip to content

Commit

Permalink
Config: Enable auto updater for all core updates
Browse files Browse the repository at this point in the history
Closes gh-269
  • Loading branch information
scottgonzalez committed Dec 17, 2013
1 parent 914901c commit 81e1bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
if ( ! defined( 'WP_CONTENT_URL' ) ) if ( ! defined( 'WP_CONTENT_URL' ) )
define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/jquery-wp-content' ); define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/jquery-wp-content' );


// Enable all core updates
define( 'WP_AUTO_UPDATE_CORE', true );

// jQuery.com staging // jQuery.com staging
if ( ! defined( 'JQUERY_STAGING' ) ) if ( ! defined( 'JQUERY_STAGING' ) )
define( 'JQUERY_STAGING', true ); define( 'JQUERY_STAGING', true );
Expand Down

0 comments on commit 81e1bf3

Please sign in to comment.