mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
54c602edee
commit
910df5387e
@ -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
Block a user