diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 27a9d4ea1c..239fabd685 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1095,7 +1095,7 @@ function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) { if ( '' == get_option( 'permalink_structure' ) && current_user_can( 'manage_options' ) && !( 'page' == get_option('show_on_front') && $id == get_option('page_on_front') ) ) $return .= '' . __('Change Permalinks') . "\n"; if ( isset($view_post) ) - $return .= "$view_post\n"; + $return .= "$view_post\n"; $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug); @@ -1125,7 +1125,7 @@ function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) { $return .= '' . __('Edit') . "\n"; $return .= '' . $post_name . "\n"; if ( isset($view_post) ) - $return .= "$view_post\n"; + $return .= "$view_post\n"; $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug);