Ticket #24743: 24743.patch
File 24743.patch, 655 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/revision.php
86 86 'title' => get_the_title( $post->ID ), 87 87 'author' => array( 88 88 'id' => (int) $revision->post_author, 89 'avatar' => get_ avatar( $revision->post_author, 24 ),89 'avatar' => get_option( 'show_avatars' ) ? get_avatar( $revision->post_author, 24 ) : '', 90 90 'name' => get_the_author_meta( 'display_name', $revision->post_author ), 91 91 ), 92 92 'date' => date_i18n( __( 'M j, Y @ G:i' ), $modified ),