From 1d651810b2636e5c4b42dce13b3d46831a08c8ac Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 May 2010 15:34:16 -0400 Subject: Added [hr] --- 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 28247ff..8f4f0e0 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -57,6 +57,7 @@ class BBCode $this->bbcodes['thumb'] = 'Image'; $this->bbcodes['thumb2'] = 'Image'; $this->bbcodes['project'] = '{CONTENT}'; + $this->bbcodes['hr'] = '
'; $this->init = true; } -- cgit 1.4.1