From 2de8a037e0934585f34ddd509d4b30535808a019 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 3 Jan 2009 21:38:42 -0500 Subject: Modified some image ALTs --- includes/bbcode.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/bbcode.php b/includes/bbcode.php index 5e29038..e586100 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -35,7 +35,7 @@ class BBCode $this->bbcodes['u'] = '{CONTENT}'; $this->bbcodes['url'] = '{CONTENT}'; $this->bbcodes2['url'] = '{CONTENT}'; - $this->bbcodes['img'] = '{CONTENT}'; + $this->bbcodes['img'] = 'Image'; $this->bbcodes2['img'] = '{PARAM}'; $this->bbcodes['big'] = '{CONTENT}'; $this->bbcodes['small'] = '{CONTENT}'; @@ -51,8 +51,8 @@ class BBCode $this->bbcodes2['bquote'] = '

{CONTENT}
{PARAM}
'; $this->bbcodes2['abbr'] = '{CONTENT}'; $this->bbcodes['hidden'] = '{CONTENT}'; - $this->bbcodes['thumb'] = '{CONTENT}'; - $this->bbcodes['thumb2'] = '{CONTENT}'; + $this->bbcodes['thumb'] = 'Image'; + $this->bbcodes['thumb2'] = 'Image'; $this->init = true; } -- cgit 1.4.1