aesthetic | cleanup. Fixes #8042 props regulatethis.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-11-04 22:10:49 +00:00
parent 54c602edee
commit 910df5387e

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