From ebd72beb7ea2feb7f04b49d7ae1b17ad591d6365 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 May 2010 16:06:15 -0400 Subject: Added [audio] --- 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 8f4f0e0..67f5eda 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -58,6 +58,7 @@ class BBCode $this->bbcodes['thumb2'] = 'Image'; $this->bbcodes['project'] = '{CONTENT}'; $this->bbcodes['hr'] = '
'; + $this->bbcodes2['audio'] = '

{CONTENT}

'; $this->init = true; } -- cgit 1.4.1