From 58678ff21c9fefd8eed11ad7cd0bbdb1254e49e7 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 13 Mar 2016 12:20:09 +0100 Subject: [PATCH] [ticket/14527] Retrieve link URL from href and not link text PHPBB3-14527 --- phpBB/includes/functions.php | 2 +- phpBB/includes/functions_content.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index be51a7342d..d984f41b08 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2745,7 +2745,7 @@ function get_preg_expression($mode) return array( '#.*?#', '#.*?#', - '#(.*?)#', + '#.*?#', '#