Changeset 38029 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/10/2016 12:55:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r37890 r38029 220 220 $revisions = wp_get_post_revisions( $post_ID ); 221 221 222 // We should aim to show the revisions meta box only when there are revisions.222 // We should aim to show the revisions meta box only when there are revisions. 223 223 if ( count( $revisions ) > 1 ) { 224 224 reset( $revisions ); // Reset pointer for key()
Note: See TracChangeset
for help on using the changeset viewer.