\n
便笺
\n\n",$content);
return $content;
}
function addJs()
{
echo '';
echo '' . "\n";
echo '';
}
}
}
if (class_exists("Wp_anyNote"))
{
$anyNote=new Wp_anyNote();
}
if (isset($anyNote))
{
add_action("wp_head",array($anyNote,'addJs'));
add_filter("the_content",array($anyNote,'addContent'),1);
}
?>