summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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>";