From 9da1dd552d4241224a00781635b707632204d64b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 9 Sep 2017 14:48:44 +0000 Subject: [PATCH] Twenty Fifteen: Remove "called called" dittography, missed in [41349]. Props birgire. See #41841, #41836. Built from https://develop.svn.wordpress.org/trunk@41357 git-svn-id: http://core.svn.wordpress.org/trunk@41190 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/single.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/single.php b/wp-content/themes/twentyfifteen/single.php index afbb7b5e4d..fda8b5ecdb 100644 --- a/wp-content/themes/twentyfifteen/single.php +++ b/wp-content/themes/twentyfifteen/single.php @@ -18,7 +18,7 @@ get_header(); ?> /* * Include the post format-specific template for the content. If you want to - * use this in a child theme, then include a file called called content-___.php + * use this in a child theme, then include a file called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); diff --git a/wp-includes/version.php b/wp-includes/version.php index b07d8c7bf4..5f5bfc3c2d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41356'; +$wp_version = '4.9-alpha-41357'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.