Changeset 3118

Show
Ignore:
Timestamp:
11/16/05 23:59:29 (3 years ago)
Author:
ryan
Message:

Add missing space to fix validation. Props seth. fixes #1887

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/comment-functions.php

    r3115 r3118  
    308308            echo ' class="'.$CSSclass.'"'; 
    309309        } 
    310         echo 'title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">'; 
     310        echo ' title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">'; 
    311311        comments_number($zero, $one, $more, $number); 
    312312        echo '</a>';