Opened 3 years ago
Closed 3 years ago
#14595 closed defect (bug) (duplicate)
Comment author avatar not displayed after sorting
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| 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