Changeset 7130 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r6883 r7130 81 81 } 82 82 83 if ( is_admin() && ('edit-comments.php' == $pagenow || 'moderation.php' == $pagenow || 'edit.php' == $pagenow) ) { 83 if ( is_admin() && ('edit-comments.php' == $pagenow || 'moderation.php' == $pagenow || 'edit.php' == $pagenow) ) { 84 84 if ( get_option('show_avatars') ) 85 85 add_filter( 'comment_author', 'floated_admin_avatar' );
Note: See TracChangeset
for help on using the changeset viewer.