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