|
From: <be...@us...> - 2014-02-15 02:28:50
|
Revision: 12312
http://sourceforge.net/p/xoops/svn/12312
Author: beckmi
Date: 2014-02-15 02:28:46 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
cosmetics - adding extra info about SoundCloud
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php 2014-02-14 21:41:01 UTC (rev 12311)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/config.php 2014-02-15 02:28:46 UTC (rev 12312)
@@ -31,7 +31,7 @@
"wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
"mms" => 0,
"rtsp" => 0,
- "soundcloud" => 0,
+ "soundcloud" => 0, //new in XOOPS 2.5.7
"ul" => 1,
"li" => 1),
|