summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 11:33:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 11:33:00 +0100
commit42918a07652da45cd474db65322692b19b35b4fa (patch)
treea7e772d1513564d8e0f4d718d6eeca4d2124bca1 /functions.php
parent36aab70f080d7ab50a754b522e62a2f03ccc167a (diff)
show only 4 tags in article view, possibly improve tag detection
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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.*?rel=.tag.*?>([^>]+)<\/a>/i",
+ preg_match_all("/<a.*?href=.http:\/\/technorati.com\/tag\/([^\"\'>]+)/i",
$entry_content_unescaped, $entry_tags);
// print "<br>$entry_title : $entry_content_unescaped<br>";