diff --git a/src/wp-includes/theme-compat/comments-popup.php b/src/wp-includes/theme-compat/comments-popup.php index 1643d8f7ff..2b2d96b97e 100644 --- a/src/wp-includes/theme-compat/comments-popup.php +++ b/src/wp-includes/theme-compat/comments-popup.php @@ -35,7 +35,7 @@ while( have_posts()) : the_post();

RSS feed for comments on this post.'); ?>

-

URL to TrackBack this entry is: %s'), get_trackback_url()); ?>

+

URL to TrackBack this entry is: %s' ), '' . get_trackback_url() . '' ); ?>

-

HTML allowed: %s'), allowed_tags()); ?>

+

HTML allowed: %s' ), '' . allowed_tags() . '' ); ?>