[wp-hackers] Move Comment JavaScript and Comment Metadata Display

Chris Poteet cpoteet at siolon.com
Tue Jan 12 17:20:59 UTC 2010


> Unenqueing the comment-reply.js script will prevent that functionality.

It doesn't move the form but then it throws a JS error: addComment is
not defined

> add_filter( 'gettext', 'remove_at_from_comment_walker', 10, 2 );
> function remove_at_from_comment_walker( $translated, $text ) {
>    if ( '%1$s at %2$s' == $text )
>       return '%1$s %2$s';}

This worked beautifully. Thanks.


More information about the wp-hackers mailing list