mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-06 05:19:32 +00:00
Revisions: Fix initial state of compareTwoMode
.
Merges [30831] to the 4.1 branch. Fixes #30672. Built from https://develop.svn.wordpress.org/branches/4.1@30851 git-svn-id: http://core.svn.wordpress.org/branches/4.1@30841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb16b3b284
commit
5a40287f23
@ -405,7 +405,7 @@ window.wp = window.wp || {};
|
||||
this.set( {
|
||||
to : this.revisions.get( state.to ),
|
||||
from : this.revisions.get( state.from ),
|
||||
compareTwoMode : this.revisions.get( state.compareTwoMode )
|
||||
compareTwoMode : state.compareTwoMode
|
||||
} );
|
||||
|
||||
// Start the router if browser supports History API
|
||||
|
2
wp-admin/js/revisions.min.js
vendored
2
wp-admin/js/revisions.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user