Plugin Directory

Changeset 1225468


Ignore:
Timestamp:
08/19/2015 06:33:33 PM (11 years ago)
Author:
computercourage
Message:

1.0.3 release

Location:
custom-wp-update-message
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-wp-update-message/trunk/custom-wp-update-message.php

    r1083471 r1225468  
    2626    }
    2727   
    28     function remove_nag() {
     28    public static function remove_nag() {
    2929        remove_action( 'admin_notices', 'update_nag', 3);
    3030    }
    31     function set_messages() {
     31    public static function set_messages() {
    3232        add_action( 'admin_notices', array( __CLASS__, 'remove_nag' ), 1 );
    3333        add_action( 'admin_notices', array( __CLASS__, 'update_nag' ), 1 );
  • custom-wp-update-message/trunk/readme.txt

    r1083471 r1225468  
    44Tags: core update
    55Requires at least: 3.0
    6 Tested up to: 4.1
    7 Stable tag: 1.0.2
     6Tested up to: 4.3
     7Stable tag: 1.0.3
    88
    99Customize and control the WordPress update message in the dashboard.
     
    2424== Changelog ==
    2525
     26= 1.0.3 =
     27* Fixed strict error messages regarding static functions
     28* Checked for WP 4.3 compatibility
     29
    2630= 1.0.2 =
    2731* Add textdomain for translations
Note: See TracChangeset for help on using the changeset viewer.