Changeset 15512 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 08/20/2010 11:18:41 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r13420 r15512 159 159 wp_enqueue_script( 'jquery-table-hotkeys' ); 160 160 } 161 162 if ( is_admin() && isset($pagenow) && ('edit-comments.php' == $pagenow || 'edit.php' == $pagenow) ) {163 if ( get_option('show_avatars') )164 add_filter( 'comment_author', 'floated_admin_avatar' );165 }166 167 161 ?>
Note: See TracChangeset
for help on using the changeset viewer.