Make WordPress Core

Changeset 24956


Ignore:
Timestamp:
08/01/2013 05:08:24 PM (12 years ago)
Author:
nacin
Message:

Restore the revisions meta box for 3.6. Hidden by default as before. Can be useful for a few lingering use cases. see #24804.

Merges [24955] to the 3.6 branch.

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  
    123123        reset( $revisions ); // Reset pointer for key()
    124124        $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');
    126126    }
    127127}
Note: See TracChangeset for help on using the changeset viewer.