Plugin Directory

Changeset 1588770


Ignore:
Timestamp:
02/04/2017 08:29:49 AM (9 years ago)
Author:
keksus
Message:

Added compability with Wordpress 2.8 or higher

Location:
hide-update-popup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hide-update-popup/trunk/hide-update-popup.php

    r1570574 r1588770  
    44* Plugin URI: https://keksus.com/wordpress-hide-update-popup.html
    55* Description: This plugin hide update popup text into administration part of WordPress
    6 * Version: 1.0
     6* Version: 1.0.1
    77* Author: Keksus
    88* Author URI: http://keksus.com
     
    1313function hide_update_popup() {
    1414    echo '<style>
     15    #update-nag,
    1516    .update-nag {
    1617        display:none;
  • hide-update-popup/trunk/readme.txt

    r1570574 r1588770  
    44Donate link: https://keksus.com/wordpress-hide-update-popup.html
    55Tags: admin, hide, popup, update
    6 Requires at least: 3.5
     6Requires at least: 2.8
    77Tested up to: 5
    88Stable tag: 4.6.1
     
    4242= 1.0 =
    4343* Initial release
     44
     45== Changelog ==
     46= 1.01 =
     47* Added compability with Wordpress 2.8 or higher
Note: See TracChangeset for help on using the changeset viewer.