From 2e0866bcbc658ff7f8b2aa5420d3b02c8e7daa60 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 22:45:26 +0000 Subject: [PATCH] Docs: Correct a typo in the DocBlock summary for `get_embed_template()`, introduced in [36963]. Props swissspidy. See #34561, #34278. See #35986. Built from https://develop.svn.wordpress.org/trunk@36965 git-svn-id: http://core.svn.wordpress.org/trunk@36933 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/template.php b/wp-includes/template.php index d54a35c4ae..b2e4e24228 100644 --- a/wp-includes/template.php +++ b/wp-includes/template.php @@ -405,7 +405,7 @@ function get_single_template() { } /** - * Retrieves and embed template path in the current or parent template. + * Retrieves an embed template path in the current or parent template. * * By default the WordPress-template is returned. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ec92cc2dd3..6bec0465ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36964'; +$wp_version = '4.5-beta3-36965'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.