<?php class AutoP extends Plugin { public function action_init_atom() { Format::apply( 'autop', 'post_content_atom' ); } public function action_init_theme_any( $theme ) { Format::apply( 'autop', 'post_content_out' ); } } ?>