WordPress.org

Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#14595 closed defect (bug) (duplicate)

Comment author avatar not displayed after sorting

Reported by: scribu Owned by: scribu
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)

comment:1 scribu3 years ago

  • Milestone 3.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.