Use correct id attribute. props ocean90. fixes #23937.

git-svn-id: http://core.svn.wordpress.org/trunk@23909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-04 20:58:33 +00:00
parent 9e78cd0042
commit f5bcbce283

View File

@ -670,7 +670,7 @@ window.wp = window.wp || {};
},
restore: function() {
document.location = $( '#restore' ).data( 'restoreLink' );
document.location = $( '#restore-revision' ).data( 'restoreLink' );
}
});