[wp-hackers] Putting the P in WordPress

Frank Bueltge frank at bueltge.de
Tue Jul 6 13:46:00 UTC 2010


+100 :)

i include in all my blogs:
function remove_default_filter() {
    // Remove Format WordPress
    foreach ( array( 'the_content', 'the_title', 'comment_text' ) as $filter
) {
        remove_filter( $filter, 'capital_P_dangit' );
    }
}
if ( !is_admin() )
    add_action('init', 'remove_default_filter');




On Tue, Jul 6, 2010 at 3:43 PM, 24/7 <24-7 at gmx.net> wrote:

> Couldn' we just stop the discussion about the "P" and simply make the
> package complete: check for the correct spelling of "Matt, Automattic
> & Mullenweg" too?
>
> To be serious: Why not make this optional? Just a yes/no-redio or
> checkbox in the Admin-UI. Everybody would be satisfied.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list