Revisions: Update the compare mode before rendering subviews.

See #24425.

git-svn-id: http://core.svn.wordpress.org/trunk@24627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-10 04:15:34 +00:00
parent 51e89cca30
commit 8707375cee
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ window.wp = window.wp || {};
wp.Backbone.View.prototype.render.apply( this, arguments );
$('#wpbody-content .wrap').append( this.el );
this.updateCompareTwoMode();
this.views.ready();
}, this ) );