[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
- Previous message: [wp-cvs] wordpress/wp-includes classes.php, 1.28,
1.29 template-functions-author.php, 1.11, 1.12
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.64,
1.65 admin-header.php, 1.37, 1.38 edit-page-form.php, 1.13,
1.14 wp-admin.css, 1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: [wp-cvs] wordpress/wp-includes classes.php, 1.28,
1.29 template-functions-author.php, 1.11, 1.12
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.64,
1.65 admin-header.php, 1.37, 1.38 edit-page-form.php, 1.13,
1.14 wp-admin.css, 1.72, 1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list