Revisions: look at the version of the earliest revision when checking whether to upgrade the revisions authors, see #16215
git-svn-id: http://core.svn.wordpress.org/trunk@24026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2407b26f69
commit
6573ffa1e1
|
@ -234,7 +234,7 @@ if ( post_type_supports($post_type, 'revisions') && 'auto-draft' != $post->post_
|
||||||
$revisions = wp_get_post_revisions( $post_ID );
|
$revisions = wp_get_post_revisions( $post_ID );
|
||||||
|
|
||||||
// Check if the revisions have been upgraded
|
// Check if the revisions have been upgraded
|
||||||
if ( ! empty( $revisions ) && _wp_get_post_revision_version( reset( $revisions ) ) < 1 )
|
if ( ! empty( $revisions ) && _wp_get_post_revision_version( end( $revisions ) ) < 1 )
|
||||||
_wp_upgrade_revisions_of_post( $post, $revisions );
|
_wp_upgrade_revisions_of_post( $post, $revisions );
|
||||||
|
|
||||||
// We should aim to show the revisions metabox only when there are revisions.
|
// We should aim to show the revisions metabox only when there are revisions.
|
||||||
|
|
Loading…
Reference in New Issue