Make WordPress Core


Ignore:
Timestamp:
03/25/2009 02:29:22 PM (16 years ago)
Author:
azaozz
Message:

jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r10680 r10834  
    7070<div id="major-publishing-actions">
    7171<div id="delete-action">
    72 <a class='submitdelete deletion' href='<?php echo wp_nonce_url("comment.php?action=deletecomment&amp;c=$comment->comment_ID&amp;_wp_original_http_referer=" . wp_get_referer(), 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . js_escape(__("You are about to delete this comment. \n  'Cancel' to stop, 'OK' to delete.")) . "') ) { return true;}return false;\">" . __('Delete'); ?></a>
     72<?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url("comment.php?action=deletecomment&amp;c=$comment->comment_ID&amp;_wp_original_http_referer=" . wp_get_referer(), 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . js_escape(__("You are about to delete this comment. \n  'Cancel' to stop, 'OK' to delete.")) . "') ){return true;}return false;\">" . __('Delete') . "</a>\n"; ?>
    7373</div>
    7474<div id="publishing-action">
     
    8282</div>
    8383
    84 <div id="post-body" class="has-sidebar">
    85 <div id="post-body-content" class="has-sidebar-content">
    86 
     84<div id="post-body">
    8785<div id="namediv" class="stuffbox">
    8886<h3><label for="name"><?php _e( 'Author' ) ?></label></h3>
     
    139137</div>
    140138</div>
    141 </div>
    142139</form>
    143140
Note: See TracChangeset for help on using the changeset viewer.