[wp-hackers] Move Comment JavaScript and Comment Metadata	Display
    Otto 
    otto at ottodestruct.com
       
    Wed Jan 13 15:15:21 UTC 2010
    
    
  
On Tue, Jan 12, 2010 at 8:10 PM, Chris Poteet <cpoteet at siolon.com> wrote:
> 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 function actually removes the "Reply" text. Should it be that way?
No, it shouldn't, and frankly, I don't see how it possibly could.
My guess is that you have something else doing that, because all that
function does is to change the "at" text.
-Otto
Sent from Memphis, TN, United States
    
    
More information about the wp-hackers
mailing list