Changeset 1934
- Timestamp:
- 12/09/2004 02:57:41 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r1932 r1934 116 116 <th scope="row"><?php _e('Delete'); ?>:</th> 117 117 <td><?php if ('edit' == $action) : ?> 118 <input name="deletepost" class="delete" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this p ost') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this post\'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), addslashes($edited_post_title) ) . "')\""; ?> />118 <input name="deletepost" class="delete" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this page') ?>" <?php echo "onclick=\"return confirm('" . sprintf(__("You are about to delete this page \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), addslashes($edited_post_title) ) . "')\""; ?> /> 119 119 <?php endif; ?></td> 120 120 </tr>
Note: See TracChangeset
for help on using the changeset viewer.