moderation.php is no more. All hail edit-comments.php?comment_status=moderated

git-svn-id: https://develop.svn.wordpress.org/trunk@7391 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-03-18 23:24:04 +00:00
parent 4cb0201ce8
commit 8b6ba65861
5 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ function floated_admin_avatar( $name ) {
return "$avatar $name";
}
if ( is_admin() && ('edit-comments.php' == $pagenow || 'moderation.php' == $pagenow || 'edit.php' == $pagenow) ) {
if ( is_admin() && ('edit-comments.php' == $pagenow || 'edit.php' == $pagenow) ) {
if ( get_option('show_avatars') )
add_filter( 'comment_author', 'floated_admin_avatar' );
}