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:
parent
9e78cd0042
commit
f5bcbce283
|
@ -670,7 +670,7 @@ window.wp = window.wp || {};
|
|||
},
|
||||
|
||||
restore: function() {
|
||||
document.location = $( '#restore' ).data( 'restoreLink' );
|
||||
document.location = $( '#restore-revision' ).data( 'restoreLink' );
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue