Make WordPress Core

Changeset 3118


Ignore:
Timestamp:
11/16/2005 11:59:29 PM (20 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>';
Note: See TracChangeset for help on using the changeset viewer.