diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index 1643d8f7ff..2b2d96b97e 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/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() . '' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index ea2cdabb43..6b7f3c873a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34341'; +$wp_version = '4.4-alpha-34342'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.