From 42918a07652da45cd474db65322692b19b35b4fa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Nov 2005 11:33:00 +0100 Subject: show only 4 tags in article view, possibly improve tag detection --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8095b3142..742ace4af 100644 --- a/functions.php +++ b/functions.php @@ -431,7 +431,7 @@ $entry_tags = null; - preg_match_all("/([^>]+)<\/a>/i", + preg_match_all("/]+)/i", $entry_content_unescaped, $entry_tags); // print "
$entry_title : $entry_content_unescaped
"; -- cgit v1.2.3-54-g00ecf