[wp-cvs] wordpress/wp-admin edit-page-form.php,1.12,1.13

Matthew Mullenweg saxmatt at users.sourceforge.net
Thu Dec 9 02:57:43 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1851/wp-admin

Modified Files:
	edit-page-form.php 
Log Message:
Better wording

Index: edit-page-form.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-page-form.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** edit-page-form.php	9 Dec 2004 02:13:47 -0000	1.12
--- edit-page-form.php	9 Dec 2004 02:57:41 -0000	1.13
***************
*** 116,120 ****
  		<th scope="row"><?php _e('Delete'); ?>:</th>
  		<td><?php if ('edit' == $action) : ?>
! 		<input name="deletepost" class="delete" 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($edited_post_title) ) . "')\""; ?> />
  <?php endif; ?></td>
  	</tr>
--- 116,120 ----
  		<th scope="row"><?php _e('Delete'); ?>:</th>
  		<td><?php if ('edit' == $action) : ?>
! 		<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) ) . "')\""; ?> />
  <?php endif; ?></td>
  	</tr>




More information about the cvs mailing list