Changes between Version 1 and Version 2 of Ticket #40294, comment 10
- Timestamp:
- 03/29/2017 06:26:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40294, comment 10
v1 v2 5 5 6 6 {{{#!php 7 <?php8 7 function fix_password_reset_link($message) { 9 8 return preg_replace('/<http:\/\/(.*)>/', 'http://$1', $message);