Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34475, comment 4


Ignore:
Timestamp:
10/28/2015 05:07:40 PM (10 years ago)
Author:
Property118
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34475, comment 4

    initial v1  
    1616                                <div style="float:left;margin-right:3px">';
    1717                                    $output .= get_avatar( $comment, '35' );
    18                                     $output .= '</div>
     18                                    $output .= '</div>';
    1919                                    $output .= $comment->comment_content;
    2020                                    $output .= wp_html_excerpt( $comment->comment_content, 35 );
    2121                                    $link = get_comment_link($comment->comment_ID, array('per_page'=>10));
    22                                     $output .= '...<br/>                                    LINK: '.$link.'
     22                                    $output .= '...<br/>LINK: '.$link.'
    2323                                    <div style="clear:both;"></div>
    2424        </li>';