Created
October 24, 2013 23:50
Revisions
-
aaroncampbell created this gist
Oct 24, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <?php /** * Plugin Name: Background Updates for Major Releases * Plugin URI: http://ran.ge/ * Description: Enables background updates for major releases * Version: 1.0.0 * Author: Aaron D. Campbell * Author URI: http://ran.ge/ * License: GPLv2 or later */ add_filter( 'allow_major_auto_core_updates', '__return_true' );