Home
last modified time | relevance | path

Searched refs:input_name (Results 1 – 1 of 1) sorted by relevance

/plugin/fckg/syntax/
H A Ddwplugin.php333 function getPluginName($text, $input_name="") { argument
354 if(!$input_name) return null;
355 $input_name=str_replace ('"', "", $input_name);
356 $needle = 'plugin_' . $input_name;