Switch to a constant string to make it possible to translate. See #11863.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f4be5c96b
commit
f1e2a3a5fa
|
@ -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