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.