[wp-cvs] wordpress/wp-admin edit.php,1.36,1.37
Ryan Boren
rboren at users.sourceforge.net
Sat Nov 27 00:51:45 UTC 2004
- Previous message: [wp-cvs]
wordpress wp-atom.php, 1.13, 1.14 wp-commentsrss2.php, 1.21,
1.22 wp-rdf.php, 1.20, 1.21 wp-rss.php, 1.20, 1.21 wp-rss2.php,
1.28, 1.29
- Next message: [wp-cvs] wordpress/wp-admin options-reading.php,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30581
Modified Files:
edit.php
Log Message:
Mark string for translation. Bug 493. Hat tip: nbachiyski
Index: edit.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** edit.php 19 Oct 2004 03:03:03 -0000 1.36
--- edit.php 27 Nov 2004 00:51:43 -0000 1.37
***************
*** 146,150 ****
</a></td>
<td><?php the_author() ?></td>
! <td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit">View</a></td>
<td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=edit&post=$id' class='edit'>" . __('Edit') . "</a>"; } ?></td>
<td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=delete&post=$id' class='delete' onclick=\"return confirm('" . sprintf(__("You are about to delete this post \'%s\'\\n \'OK\' to delete, \'Cancel\' to stop."), the_title('','',0)) . "')\">" . __('Delete') . "</a>"; } ?></td>
--- 146,150 ----
</a></td>
<td><?php the_author() ?></td>
! <td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit"><?php _e('View'); ?></a></td>
<td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=edit&post=$id' class='edit'>" . __('Edit') . "</a>"; } ?></td>
<td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { echo "<a href='post.php?action=delete&post=$id' class='delete' onclick=\"return confirm('" . sprintf(__("You are about to delete this post \'%s\'\\n \'OK\' to delete, \'Cancel\' to stop."), the_title('','',0)) . "')\">" . __('Delete') . "</a>"; } ?></td>
- Previous message: [wp-cvs]
wordpress wp-atom.php, 1.13, 1.14 wp-commentsrss2.php, 1.21,
1.22 wp-rdf.php, 1.20, 1.21 wp-rss.php, 1.20, 1.21 wp-rss2.php,
1.28, 1.29
- Next message: [wp-cvs] wordpress/wp-admin options-reading.php,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list