Changes between Initial Version and Version 1 of Ticket #34475, comment 4
- Timestamp:
- 10/28/2015 05:07:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34475, comment 4
initial v1 16 16 <div style="float:left;margin-right:3px">'; 17 17 $output .= get_avatar( $comment, '35' ); 18 $output .= '</div> 18 $output .= '</div>'; 19 19 $output .= $comment->comment_content; 20 20 $output .= wp_html_excerpt( $comment->comment_content, 35 ); 21 21 $link = get_comment_link($comment->comment_ID, array('per_page'=>10)); 22 $output .= '...<br/> 22 $output .= '...<br/>LINK: '.$link.' 23 23 <div style="clear:both;"></div> 24 24 </li>';