From 03c923aa9a68e2a321ba0d5c1b6a9a566d384916 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 8 Jan 2009 20:08:32 -0500 Subject: Added [quote] bbcode --- includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/bbcode.php') diff --git a/includes/bbcode.php b/includes/bbcode.php index e586100..46c2562 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -45,6 +45,7 @@ class BBCode $this->bbcodes['code'] = '{CONTENT}'; $this->bbcodes['pre'] = '

{CONTENT}
'; $this->bbcodes2['blog'] = '{CONTENT}'; + $this->bbcodes2['quote'] = '{CONTENT}'; $this->bbcodes['ins'] = '{CONTENT}'; $this->bbcodes['del'] = '{CONTENT}'; $this->bbcodes['bquote'] = '

{CONTENT}
Anonymous
'; -- cgit 1.4.1