Changeset 24956
- Timestamp:
- 08/01/2013 05:08:24 PM (12 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-admin/edit-form-advanced.php
r24790 r24956 123 123 reset( $revisions ); // Reset pointer for key() 124 124 $publish_callback_args = array( 'revisions_count' => count( $revisions ), 'revision_id' => key( $revisions ) ); 125 //add_meta_box('revisionsdiv', __('Revisions'), 'post_revisions_meta_box', null, 'normal', 'core');125 add_meta_box('revisionsdiv', __('Revisions'), 'post_revisions_meta_box', null, 'normal', 'core'); 126 126 } 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.