Plugin Directory

Changeset 1384721


Ignore:
Timestamp:
04/02/2016 01:13:10 AM (10 years ago)
Author:
jeffreysmattson
Message:

Bug Fix

Location:
l7-automatic-updates
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • l7-automatic-updates/trunk/l7-automatic-updates.php

    r1381607 r1384721  
    55 * Description: Options for setting Wordpress's Automatic updates.
    66 * Author: Jeffrey S. Mattson
    7  * Version: 1.0.4
     7 * Version: 1.0.5
    88 * Author URI: http://layer7web.com
    99 * License: GPL2+
     
    4141            }
    4242
    43             // Action hook for the update filters
     43            // Action hook for the update filters,
     44            // callback also contains the email filter.
    4445            add_action( 'init', array( $this, 'l7wau_set_auto_updates' ) );
    4546
     
    5152
    5253            // 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);
    5455        }
    5556
     
    295296        function l7wau_set_auto_updates(){
    296297
     298            // Filter the background update notification email.
     299            add_filter( 'auto_core_update_email', array( $this, 'l7w_filter_auto_core_update_email' ), 100);
     300
    297301            /**
    298302             * Major Core Updates
  • l7-automatic-updates/trunk/readme.txt

    r1381610 r1384721  
    55Requires at least: 3.8.2
    66Tested up to: 4.4.2
    7 Stable tag:1.0.4
     7Stable tag:1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.