Changeset 23849 for trunk/wp-includes/post-template.php
- Timestamp:
- 03/29/2013 05:28:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r23830 r23849 1425 1425 // Since 3.6 revisions include a copy of the current post data as a revision. 1426 1426 // The following removes that revision when $parent == false 1427 $parent_included = wp_first_revision_matches_current_version( $post_id );1427 $parent_included = _wp_last_revision_matches_current_post( $post_id ); 1428 1428 if ( $parent_included && ! $parent ) 1429 1429 array_pop( $revisions );
Note: See TracChangeset
for help on using the changeset viewer.