Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r8481 r8306  
    134134    $title = __( 'Post Revisions' );
    135135}
     136
     137// Converts post_author ID# into name
     138add_filter( '_wp_post_revision_field_post_author', 'get_author_name' );
    136139
    137140require_once( 'admin-header.php' );
Note: See TracChangeset for help on using the changeset viewer.