[wp-trac] Re: [WordPress Trac] #3118: Autop no longer working on
posts
WordPress Trac
wp-trac at lists.automattic.com
Sun Sep 10 13:04:04 GMT 2006
#3118: Autop no longer working on posts
----------------------+-----------------------------------------------------
Reporter: ketsugi | Owner:
Type: defect | Status: closed
Priority: high | Milestone: 2.1
Component: Template | Version: 2.1
Severity: major | Resolution: worksforme
Keywords: |
----------------------+-----------------------------------------------------
Comment (by ketsugi):
Viper007Bond: This ticket is for 2.1, with specific regard to [4177].
Two of the specific plugins I noticed which individually caused the
breakage are my own [http://ketsugi.com/software/wordpress/acronyms-
plugin/ Acronyms] plugin and the Ultimate Tag Warrior plugin. I think mine
is the simpler of the two. The relevant add_action calls are thus:
{{{
add_action( 'activate_acronyms.php', array( 'Acronyms', 'install' ) );
add_action( 'deactivate_acronyms.php', array( 'Acronyms', 'uninstall' ) );
if (1 == get_option( 'acronym_content' ) )
add_filter( 'the_content', array( 'Acronyms', 'acronym_replace' )
);
if (1 == get_option( 'acronym_comments' ) )
add_filter( 'comment_text', array( 'Acronyms', 'acronym_replace' )
);
add_action( 'admin_head', array( 'Acronyms', 'manage_acronyms_css') );
add_action( 'admin_menu', array( 'Acronyms', 'add_pages' ) );
}}}
The
--
Ticket URL: <http://trac.wordpress.org/ticket/3118>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list