aesthetic | cleanup. Fixes #8042 props regulatethis.

git-svn-id: https://develop.svn.wordpress.org/trunk@9517 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-11-04 22:10:49 +00:00
parent d9b39736ba
commit c6bed34239
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ function _post_row($a_post, $pending_comments, $mode) {
foreach ( $actions as $action => $link ) {
++$i;
( $i == $action_count ) ? $sep = '' : $sep = ' | ';
echo "<span class='$action'>$link$sep</span>";
echo "<span class='$action'>$link</span>$sep";
}
get_inline_data($post);