Make WordPress Core

Ticket #2090: fatlady.diff

File fatlady.diff, 935 bytes (added by skeltoac, 21 years ago)
  • wp-admin/edit-form-advanced.php

     
    259259</div>
    260260
    261261<?php if ('edit' == $action) : ?>
    262 <p><input name="deletepost" class="button" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this post') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this post \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete."), addslashes($post->post_title) ) . "')\""; ?> /></p>
     262<input name="deletepost" class="button" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this post') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this post \'%s\'\\n  \'Cancel\' to stop, \'OK\' to delete."), addslashes($post->post_title) ) . "')\""; ?> />
    263263<?php endif; ?>
    264264
    265265</div>