Changeset 1351107
- Timestamp:
- 02/15/2016 05:17:36 PM (10 years ago)
- Location:
- re-welcome
- Files:
-
- 1 edited
- 3 copied
-
tags/0.3 (copied) (copied from re-welcome/trunk)
-
tags/0.3/re-welcome.php (copied) (copied from re-welcome/trunk/re-welcome.php) (1 diff)
-
tags/0.3/readme.txt (copied) (copied from re-welcome/trunk/readme.txt)
-
trunk/re-welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
re-welcome/tags/0.3/re-welcome.php
r1351084 r1351107 27 27 { 28 28 $uid = $_REQUEST['user']; 29 wp_new_user_notification( $uid);29 wp_new_user_notification( $uid, null, 'both' ); 30 30 add_action( 'admin_notices', function() { echo '<div class="updated">Email Sent!</div>'; }); 31 31 } -
re-welcome/trunk/re-welcome.php
r1351084 r1351107 27 27 { 28 28 $uid = $_REQUEST['user']; 29 wp_new_user_notification( $uid);29 wp_new_user_notification( $uid, null, 'both' ); 30 30 add_action( 'admin_notices', function() { echo '<div class="updated">Email Sent!</div>'; }); 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.