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:
parent
d9b39736ba
commit
c6bed34239
|
@ -1290,7 +1290,7 @@ function _post_row($a_post, $pending_comments, $mode) {
|
||||||
foreach ( $actions as $action => $link ) {
|
foreach ( $actions as $action => $link ) {
|
||||||
++$i;
|
++$i;
|
||||||
( $i == $action_count ) ? $sep = '' : $sep = ' | ';
|
( $i == $action_count ) ? $sep = '' : $sep = ' | ';
|
||||||
echo "<span class='$action'>$link$sep</span>";
|
echo "<span class='$action'>$link</span>$sep";
|
||||||
}
|
}
|
||||||
|
|
||||||
get_inline_data($post);
|
get_inline_data($post);
|
||||||
|
|
Loading…
Reference in New Issue