Lose unnecessary space. Props SergeyBiryukov. fixes #19964

git-svn-id: https://develop.svn.wordpress.org/trunk@19921 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-02-14 17:25:40 +00:00
parent 42b95ae4c9
commit edc9b42f36
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ foreach ( $columns as $column_name => $column_display_name ) {
<td <?php echo $attributes ?>><strong>
<?php if( current_user_can( 'edit_post', $post->post_parent ) ) { ?>
<a href="<?php echo get_edit_post_link( $post->post_parent ); ?>">
<?php echo $title ?></a>
<?php } else {
<?php echo $title ?></a><?php
} else {
echo $title;
} ?></strong>,
<?php echo get_the_time( __( 'Y/m/d' ) ); ?>