mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Cleaned up the Default Image Size in Media-Manager Preference area. Remove 'width=' from [img] when it matches the default size.
This commit is contained in:
@@ -168,7 +168,7 @@ class bb_img extends e_bb_base
|
||||
return $this->mediaImage($code_text, $parm);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (preg_match("#\.php\?.*#",$code_text)){return "";} //XXX Breaks MediaManager Images, so do it after mediaManager check.
|
||||
|
||||
$addlink = FALSE;
|
||||
|
Reference in New Issue
Block a user