diff options
Diffstat (limited to 'src/build_post.php')
-rw-r--r-- | src/build_post.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build_post.php b/src/build_post.php index 796602b..98f6dc7 100644 --- a/src/build_post.php +++ b/src/build_post.php @@ -1,9 +1,5 @@ <?php -function build_tag_pattern($tag) { - return '/' . preg_quote($tag, '/') . '\\s*/'; -} - function build_post_subject($listtag, $forumtag, $subject) { // strip the '[list]' and '[forum]' tags $tagpat = '/(' . preg_quote($listtag, '/') . |