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.