Changeset 1827503
- Timestamp:
- 02/23/2018 08:05:13 AM (8 years ago)
- Location:
- resend-welcome-email/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
resend-welcome-email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
resend-welcome-email/trunk/readme.txt
r1827498 r1827503 7 7 Requires at least: 4.3.1 8 8 Tested up to: 4.9.4 9 Stable Tag: 1.1. 59 Stable Tag: 1.1.6 10 10 Requires PHP: 5.3 11 11 … … 41 41 == Changelog == 42 42 43 = 1.1. 5=43 = 1.1.6 = 44 44 * Improving labels 45 * Removing commented code 45 46 46 47 = 1.1.3 = -
resend-welcome-email/trunk/resend-welcome-email.php
r1827498 r1827503 4 4 Plugin URI: http://www.twitter.com/atwellpub 5 5 Description: Quickly send a new welcome email and password reset link for a user through the user's profile edit area. 6 Version: 1.1. 56 Version: 1.1.6 7 7 Author: Hudson Atwell 8 8 Author URI: https://codeable.io/developers/hudson-atwell/?ref=99TG1 … … 45 45 46 46 /* Define constants */ 47 //self::define_constants();47 self::define_constants(); 48 48 49 49 add_filter( 'user_row_actions', array( __CLASS__, 'filter_user_row_actions' ), 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.