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:
parent
febbe5b9ea
commit
e52964ab4d
@ -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&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&post_type='.$post->post_type ); ?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user