Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #40294, comment 10


Ignore:
Timestamp:
03/29/2017 06:26:04 PM (7 years ago)
Author:
AirFlame
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40294, comment 10

    v1 v2  
    55
    66{{{#!php
    7 <?php
    87function fix_password_reset_link($message) {
    98        return preg_replace('/<http:\/\/(.*)>/', 'http://$1', $message);