Make WordPress Core

Changeset 30851


Ignore:
Timestamp:
12/14/2014 08:21:01 PM (11 years ago)
Author:
johnbillion
Message:

Revisions: Fix initial state of compareTwoMode.

Merges [30831] to the 4.1 branch.

Fixes #30672.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-admin/js/revisions.js

    r30131 r30851  
    406406                to : this.revisions.get( state.to ),
    407407                from : this.revisions.get( state.from ),
    408                 compareTwoMode : this.revisions.get( state.compareTwoMode )
     408                compareTwoMode : state.compareTwoMode
    409409            } );
    410410
Note: See TracChangeset for help on using the changeset viewer.