Lose unnecessary space. Props SergeyBiryukov. fixes #19964

git-svn-id: http://svn.automattic.com/wordpress/trunk@19921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-02-14 17:25:40 +00:00
parent 6484e3cda6
commit 7ff7850931
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' ) ); ?>