Changeset 34042 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 09/11/2015 06:20:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r34039 r34042 70 70 <div id="minor-publishing-actions"> 71 71 <div id="preview-action"> 72 <a class="preview button" href="<?php echo get_comment_link( ); ?>" target="_blank"><?php _e('View Comment'); ?></a>72 <a class="preview button" href="<?php echo get_comment_link( $comment ); ?>" target="_blank"><?php _e('View Comment'); ?></a> 73 73 </div> 74 74 <div class="clear"></div> … … 121 121 $parent = get_comment( $comment->comment_parent ); 122 122 if ( $parent ) : 123 $parent_link = esc_url( get_comment_link( $comment ->comment_parent) );123 $parent_link = esc_url( get_comment_link( $comment ) ); 124 124 $name = get_comment_author( $parent ); 125 125 ?>
Note: See TracChangeset
for help on using the changeset viewer.