Opened 14 years ago
Closed 14 years ago
#14595 closed defect (bug) (duplicate)
Comment author avatar not displayed after sorting
Reported by: | scribu | Owned by: | scribu |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
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.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#14637