Changeset 1384721
- Timestamp:
- 04/02/2016 01:13:10 AM (10 years ago)
- Location:
- l7-automatic-updates
- Files:
-
- 11 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/css (added)
-
tags/1.0.5/assets/css/bootstrap.css (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/bootstrap-checkbox.min.js (added)
-
tags/1.0.5/assets/js/bootstrap.min.js (added)
-
tags/1.0.5/assets/js/main.js (added)
-
tags/1.0.5/l7-automatic-updates.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/uninstall.php (added)
-
trunk/l7-automatic-updates.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
l7-automatic-updates/trunk/l7-automatic-updates.php
r1381607 r1384721 5 5 * Description: Options for setting Wordpress's Automatic updates. 6 6 * Author: Jeffrey S. Mattson 7 * Version: 1.0. 47 * Version: 1.0.5 8 8 * Author URI: http://layer7web.com 9 9 * License: GPL2+ … … 41 41 } 42 42 43 // Action hook for the update filters 43 // Action hook for the update filters, 44 // callback also contains the email filter. 44 45 add_action( 'init', array( $this, 'l7wau_set_auto_updates' ) ); 45 46 … … 51 52 52 53 // Filter the background update notification email. 53 add_filter( 'auto_core_update_email', array( $this, 'l7w_filter_auto_core_update_email' ), 1 );54 add_filter( 'auto_core_update_email', array( $this, 'l7w_filter_auto_core_update_email' ), 100); 54 55 } 55 56 … … 295 296 function l7wau_set_auto_updates(){ 296 297 298 // Filter the background update notification email. 299 add_filter( 'auto_core_update_email', array( $this, 'l7w_filter_auto_core_update_email' ), 100); 300 297 301 /** 298 302 * Major Core Updates -
l7-automatic-updates/trunk/readme.txt
r1381610 r1384721 5 5 Requires at least: 3.8.2 6 6 Tested up to: 4.4.2 7 Stable tag:1.0. 47 Stable tag:1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.