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.