Changes between Initial Version and Version 1 of Ticket #21095, comment 26
- Timestamp:
- 11/20/2017 01:51:43 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21095, comment 26
initial v1 10 10 <?php 11 11 //fix missing password reset link in emails 12 add_filter("retrieve_password_message", " mapp_custom_password_reset", 99, 4);12 add_filter("retrieve_password_message", "custom_password_reset", 99, 4); 13 13 14 function mapp_custom_password_reset($message, $key, $user_login, $user_data ) {14 function custom_password_reset($message, $key, $user_login, $user_data ) { 15 15 16 16 $message = __('Someone has requested a password reset for the following account:') . "<br><br>";