OSDN Git Service

ButTrack2/374 Remove author info on detecting edit collision
[pukiwiki/pukiwiki.git] / plugin / size.inc.php
index 109390b..f882f99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: size.inc.php,v 1.8 2005/01/02 06:54:12 henoheno Exp $
+// $Id: size.inc.php,v 1.10 2005/06/16 15:04:08 henoheno Exp $
 //
 // Text-size changing via CSS plugin
 
@@ -15,6 +15,10 @@ function plugin_size_inline()
        if (func_num_args() != 2) return PLUGIN_SIZE_USAGE;
 
        list($size, $body) = func_get_args();
+
+       // strip_autolink() is not needed for size plugin
+       //$body = strip_htmltag($body);
+       
        if ($size == '' || $body == '' || ! preg_match('/^\d+$/', $size))
                return PLUGIN_SIZE_USAGE;