Ticket #15415: 15415.patch
File 15415.patch, 947 bytes (added by , 14 years ago) |
---|
-
wp-admin/edit-form-comment.php
71 71 <?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url("comment.php?action=" . ( !EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . "&c=$comment->comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "</a>\n"; ?> 72 72 </div> 73 73 <div id="publishing-action"> 74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', true, array( 'tabindex' => '4') ); ?>74 <?php submit_button( __( 'Update Comment' ), 'primary', 'save', false, array( 'tabindex' => '4', 'id' => 'update-comment_' . $comment->comment_ID ) ); ?> 75 75 </div> 76 76 <div class="clear"></div> 77 77 </div>