From e52964ab4d125b0fa1eacf0e19f09e8ee5279306 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 5 May 2010 07:10:53 +0000 Subject: [PATCH] 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 --- wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 6d03db1b8e..3c705a3f9b 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1122,7 +1122,7 @@ function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) { if ( $orig_ID ) { ?>
- post_type.'">View Trash'); ?> + View Trash'), 'edit.php?post_status=trash&post_type='.$post->post_type ); ?>