From 22c889e7c05b1c2dd98ad5e6b3547234a3f6596f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Oct 2003 18:16:41 +0000 Subject: - Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. --- modules/title.module | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'modules/title.module') diff --git a/modules/title.module b/modules/title.module index 5e6c2e6bd..47c956c3e 100644 --- a/modules/title.module +++ b/modules/title.module @@ -1,18 +1,11 @@ \|?)(.*?)\]'; // $1 == title: matches at least 1 char up to the first '|' or ']' // $2 == text: matches all after a following '|' (if there is) up to the next ']'. may include '|'s. $replacement = 'l("$2" ? "$2" : "$1", "title/". urlencode("$1"))'; -- cgit v1.2.3