From d5be34186c1ea564b29fcc007cd87e7f048cbf9c Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 20 Sep 2015 08:49:27 +0000 Subject: [PATCH] Theme Compat: Remove two strings from `comments-popup.php`. `theme-compat/comments-popup.php` is a deprecated file. Instead of improving the strings in [34342] remove both superfluous paragraphs. See #31867. Built from https://develop.svn.wordpress.org/trunk@34351 git-svn-id: http://core.svn.wordpress.org/trunk@34315 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme-compat/comments-popup.php | 5 ----- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index 2b2d96b97e..5483eba2ca 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/wp-includes/theme-compat/comments-popup.php @@ -34,10 +34,6 @@ while( have_posts()) : the_post();

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

- -

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

- -

-

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

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