Load the meta box sortables JS on the Edit Comment screen. props SergeyBiryukov. fixes #21499.

git-svn-id: https://develop.svn.wordpress.org/trunk@21697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-09-03 15:39:06 +00:00
parent 903479fb96
commit a7bc84096f
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
jQuery(document).ready( function($) {
postboxes.add_postbox_toggles('comment');
var stamp = $('#timestamp').html();
$('.edit-timestamp').click(function () {
if ($('#timestampdiv').is(":hidden")) {