From 067af6b9aad9a6dd3c75b1a9a95da58a6acba965 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sun, 20 Sep 2015 02:46:42 +0000 Subject: [PATCH] Theme Compat: Avoid using HTML tags in translation strings. Props ramiy. Fixes #31867. git-svn-id: https://develop.svn.wordpress.org/trunk@34342 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme-compat/comments-popup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() . '' ); ?>