Ticket #21499: 21499.2.patch
File 21499.2.patch, 946 bytes (added by , 12 years ago) |
---|
-
wp-admin/comment.php
59 59 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 60 60 ); 61 61 62 wp_enqueue_script('comment'); 63 require_once('./admin-header.php'); 62 wp_enqueue_script( 'comment' ); 63 wp_enqueue_script( 'postbox' ); 64 require_once( './admin-header.php' ); 64 65 65 66 $comment_id = absint( $_GET['c'] ); 66 67 -
wp-admin/js/comment.js
1 1 jQuery(document).ready( function($) { 2 2 3 postboxes.add_postbox_toggles('comment'); 4 3 5 var stamp = $('#timestamp').html(); 4 6 $('.edit-timestamp').click(function () { 5 7 if ($('#timestampdiv').is(":hidden")) {