Use correct id attribute. props ocean90. fixes #23937.
git-svn-id: https://develop.svn.wordpress.org/trunk@23909 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
244974e838
commit
3095f5af6b
@ -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
Block a user