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:
Sergey Biryukov 2013-04-04 20:58:33 +00:00
parent 244974e838
commit 3095f5af6b
1 changed files with 1 additions and 1 deletions

View File

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