From c6bed342391f418775d4dec2780e33573acddd41 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Tue, 4 Nov 2008 22:10:49 +0000 Subject: [PATCH] aesthetic | cleanup. Fixes #8042 props regulatethis. git-svn-id: https://develop.svn.wordpress.org/trunk@9517 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index c21f654609..4bc014fbd3 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1290,7 +1290,7 @@ function _post_row($a_post, $pending_comments, $mode) { foreach ( $actions as $action => $link ) { ++$i; ( $i == $action_count ) ? $sep = '' : $sep = ' | '; - echo "$link$sep"; + echo "$link$sep"; } get_inline_data($post);