Ticket #9393: post_template.patch
File post_template.patch, 724 bytes (added by , 16 years ago) |
---|
-
wp-includes/post-template.php
1241 1241 * @uses wp_get_post_revisions() 1242 1242 * @uses wp_post_revision_title() 1243 1243 * @uses get_edit_post_link() 1244 * @uses get_ author_name()1244 * @uses get_the_author_meta() 1245 1245 * 1246 1246 * @todo split into two functions (list, form-table) ? 1247 1247 * … … 1286 1286 continue; 1287 1287 1288 1288 $date = wp_post_revision_title( $revision ); 1289 $name = get_ author_name($revision->post_author );1289 $name = get_the_author_meta('display_name',$revision->post_author ); 1290 1290 1291 1291 if ( 'form-table' == $format ) { 1292 1292 if ( $left )