Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21095, comment 26


Ignore:
Timestamp:
11/20/2017 01:51:43 AM (7 years ago)
Author:
nicole2292
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21095, comment 26

    initial v1  
    1010<?php
    1111//fix missing password reset link in emails
    12 add_filter("retrieve_password_message", "mapp_custom_password_reset", 99, 4);
     12add_filter("retrieve_password_message", "custom_password_reset", 99, 4);
    1313
    14 function mapp_custom_password_reset($message, $key, $user_login, $user_data )    {
     14function custom_password_reset($message, $key, $user_login, $user_data )    {
    1515
    1616    $message = __('Someone has requested a password reset for the following account:') . "<br><br>";