- 925FC35AEFE98838CEC79236F68EB0B305662566C2944B261A4FFA150619116B6F6E1ADD761F1ACF461656742447B64E72BD255AE7D505CBFDE2972D4DEBFBBC
+ 0BA39A3444470D82A52E70F2F321D3F86874891A76B1678F37D8000D3F22AE948528AD8C6A047E8DFB27538E888C251926ED2C7B294BA0A345C3304126ABC9A1
mp-wp/wp-admin/includes/comment.php
(151 . 11)(151 . 6)
21188 return "$avatar $name";
21189 }
21190
21191 function enqueue_comment_hotkeys_js() {
21192 if ( 'true' == get_user_option( 'comment_shortcuts' ) )
21193 wp_enqueue_script( 'jquery-table-hotkeys' );
21194 }
21195
21196 if ( is_admin() && ('edit-comments.php' == $pagenow || 'edit.php' == $pagenow) ) {
21197 if ( get_option('show_avatars') )
21198 add_filter( 'comment_author', 'floated_admin_avatar' );