Switch to a constant string to make it possible to translate. See #11863.

git-svn-id: https://develop.svn.wordpress.org/trunk@14461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-05-05 07:10:53 +00:00
parent febbe5b9ea
commit e52964ab4d
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) {
if ( $orig_ID ) {
?>
<div id="message" class="error">
<?php _e('There was a permalink conflict with an item in the trash. <a href="edit.php?post_status=trash&amp;post_type='.$post->post_type.'">View Trash</a>'); ?>
<?php echo sprintf( __('There was a permalink conflict with an item in the trash. <a href="$1%s">View Trash</a>'), 'edit.php?post_status=trash&amp;post_type='.$post->post_type ); ?>
</div>
<?php
}