Changeset 194144
- Timestamp:
- 01/15/2010 06:27:04 AM (16 years ago)
- Location:
- plugin-update-notification/trunk
- Files:
-
- 2 edited
-
plugin-update-notification.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-update-notification/trunk/plugin-update-notification.php
r162432 r194144 5 5 Description: Receive a daily email if you have any plugins that require updating. 6 6 Author: Dan Coulter 7 Version: 0.1. 37 Version: 0.1.4 8 8 Author URI: http://dancoulter.com 9 9 */ … … 11 11 * @package plugin-update-notification 12 12 * @author Dan Coulter 13 * @version 0.1. 313 * @version 0.1.4 14 14 */ 15 15 … … 73 73 74 74 75 if ( wp_mail(get_option('pun-email'), $subject, get_bloginfo("wpurl") . '/wp-admin/ plugins.php') ) {75 if ( wp_mail(get_option('pun-email'), $subject, get_bloginfo("wpurl") . '/wp-admin/update-core.php') ) { 76 76 } else { 77 77 } -
plugin-update-notification/trunk/readme.txt
r162432 r194144 3 3 Donate link: http://co.deme.me/donate/ 4 4 Tags: plugin, plugins, update, notify, notification, email 5 Requires at least: 2. 86 Tested up to: 2. 8.47 Stable tag: 0.1. 35 Requires at least: 2.9 6 Tested up to: 2.9.1 7 Stable tag: 0.1.4 8 8 9 9 Receive a daily email if you have any plugins that require updating.
Note: See TracChangeset
for help on using the changeset viewer.