Workaround browser bug. fixes #2090
git-svn-id: https://develop.svn.wordpress.org/trunk@3324 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
131a432b29
commit
fe784ecc7b
@ -259,7 +259,7 @@ if($metadata = has_meta($post_ID)) {
|
||||
</div>
|
||||
|
||||
<?php if ('edit' == $action) : ?>
|
||||
<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>
|
||||
<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) ) . "')\""; ?> />
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user