echo \'$content\' | nkf -e | plain2 -htmlonce | nkf -w
remove_filter (\'the_content\', \'wpautop\');
$content = `echo \'$content\' | head -n -2 | tail -n +8`;
Warning: Cannot modify header information - headers already sent by ...
function plain2_filter( $content ) {
if (preg_match( \'/^<<<<plain2>>>>[\
\\r]+/\', $content ) ) {
$content = preg_replace(\'/<<<<plain2>>>>/\',\"\",$content);
$content = `echo \'$content\' | nkf -e | plain1x | plain2 -htmlonce | plain3x | nkf -w`;
$content = `echo \'$content\' | head -n -2 | tail -n +8`;
}
return $content;
}