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);