Skip to content

Commit

Permalink
fixed guid link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bimal Poudel committed May 9, 2016
1 parent 1f7a42a commit 8efc3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted-content-importer/pages/report-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<td align="right"><?php echo ++$counter; ?>.</td>
<td><?php echo $post->post_date; ?></td>
<td><?php echo $post->post_type; ?></td>
<td><?php echo "<a href='$post->guid}'>{$post->post_title}</a>"; ?></td>
<td><?php echo "<a href='{$post->guid}'>{$post->post_title}</a>"; ?></td>
<td><a href="<?php echo $permalink; ?>">View</a></td>
<td><a href="post.php?post=<?php echo $post->ID; ?>&action=edit">Edit</a></td>
</tr>
Expand Down

0 comments on commit 8efc3bc

Please sign in to comment.