Changeset 11370 for trunk/wp-includes/post-template.php
- Timestamp:
- 05/16/2009 10:32:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r11306 r11370 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) ? … … 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 ) {
Note: See TracChangeset
for help on using the changeset viewer.