[wp-hackers] Putting the P in WordPress

ravi ravi-lists at g8o.net
Tue Jul 6 15:35:37 UTC 2010


On Jul 6, 2010, at 9:46 AM, Frank Bueltge wrote:
> +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.



A word of warning: code and UI bloat, except when added on an individual basis (such as the above) are something to be wary of.

So, no, we can never make everybody satisfied ;-). In this case (adding a UI option), I would whine.

	—ravi




More information about the wp-hackers mailing list