Changes from trunk/wp-admin/revision.php at r8306 to branches/2.6/wp-admin/revision.php at r8481
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/revision.php
r8306 r8481 134 134 $title = __( 'Post Revisions' ); 135 135 } 136 137 // Converts post_author ID# into name138 add_filter( '_wp_post_revision_field_post_author', 'get_author_name' );139 136 140 137 require_once( 'admin-header.php' );
Note: See TracChangeset
for help on using the changeset viewer.