Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#14595 closed defect (bug) (duplicate)

Comment author avatar not displayed after sorting

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

#1 @scribu
14 years ago

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