mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -670,7 +670,7 @@ window.wp = window.wp || {};
|
||||
},
|
||||
|
||||
restore: function() {
|
||||
document.location = $( '#restore' ).data( 'restoreLink' );
|
||||
document.location = $( '#restore-revision' ).data( 'restoreLink' );
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user