Changeset 1588770
- Timestamp:
- 02/04/2017 08:29:49 AM (9 years ago)
- Location:
- hide-update-popup/trunk
- Files:
-
- 2 edited
-
hide-update-popup.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-update-popup/trunk/hide-update-popup.php
r1570574 r1588770 4 4 * Plugin URI: https://keksus.com/wordpress-hide-update-popup.html 5 5 * Description: This plugin hide update popup text into administration part of WordPress 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Author: Keksus 8 8 * Author URI: http://keksus.com … … 13 13 function hide_update_popup() { 14 14 echo '<style> 15 #update-nag, 15 16 .update-nag { 16 17 display:none; -
hide-update-popup/trunk/readme.txt
r1570574 r1588770 4 4 Donate link: https://keksus.com/wordpress-hide-update-popup.html 5 5 Tags: admin, hide, popup, update 6 Requires at least: 3.56 Requires at least: 2.8 7 7 Tested up to: 5 8 8 Stable tag: 4.6.1 … … 42 42 = 1.0 = 43 43 * 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.