[wp-trac] [WordPress Trac] #14595: Comment author avatar not displayed after sorting

WordPress Trac wp-trac at lists.automattic.com
Wed Aug 11 23:22:40 UTC 2010


#14595: Comment author avatar not displayed after sorting
----------------------------+-----------------------------------------------
 Reporter:  scribu          |       Owner:  scribu
     Type:  defect (bug)    |      Status:  new   
 Priority:  normal          |   Milestone:  3.1   
Component:  Administration  |     Version:        
 Severity:  normal          |    Keywords:        
----------------------------+-----------------------------------------------
 To get this to work in other places, something like this is used in admin-
 ajax.php:

 {{{
         if ( get_option('show_avatars') )
                 add_filter( 'comment_author', 'floated_admin_avatar' );
 }}}

 There has to be a better way.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14595>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list