Mark string for translation. Bug 493. Hat tip: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@1889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c44cecdb72
commit
bc9a785437
|
@ -145,7 +145,7 @@ $class = ('alternate' == $class) ? '' : 'alternate';
|
|||
<?php comments_number(__('0'), __('1'), __('%')) ?>
|
||||
</a></td>
|
||||
<td><?php the_author() ?></td>
|
||||
<td><a href="<?php the_permalink(); ?>" rel="permalink" class="edit">View</a></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>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue