From 40e1a95b20a44354126ab3b0ec4a87e42e16e483 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 May 2007 07:53:02 +0100 Subject: [PATCH] tweak tag detection (use all rel='tag' links) --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 6d3a2cacc..f528edc9b 100644 --- a/functions.php +++ b/functions.php @@ -823,11 +823,11 @@ } /* taaaags */ - // , // + // , // $entry_tags = null; - preg_match_all("/]+)/i", + preg_match_all("/([^<]+)<\/a>/i", $entry_content_unescaped, $entry_tags); // print "
$entry_title : $entry_content_unescaped
";