From b533878fa23f8b86c6fe653801981dd864d23817 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 22:09:26 +0000 Subject: [PATCH] Docs: Use a third-person singular verb in the summary for `get_embed_template()`, introduced in [36876]. See #34561, #34278. See #35986. Built from https://develop.svn.wordpress.org/trunk@36963 git-svn-id: http://core.svn.wordpress.org/trunk@36931 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/template.php b/wp-includes/template.php index 032243a289..d54a35c4ae 100644 --- a/wp-includes/template.php +++ b/wp-includes/template.php @@ -405,7 +405,8 @@ function get_single_template() { } /** - * Retrieve path of embed template in current or parent template. + * Retrieves and embed template path in the current or parent template. + * * By default the WordPress-template is returned. * * The template path is filterable via the dynamic {@see '$type_template'} hook, diff --git a/wp-includes/version.php b/wp-includes/version.php index baa139e6ad..0a5cdc99ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36962'; +$wp_version = '4.5-beta3-36963'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.