diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 508b7e9f8f..e3ff574349 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -4048,7 +4048,7 @@ function get_theme_file_uri( $file = '' ) { } /** - * Filter the URL to a file in the theme. + * Filters the URL to a file in the theme. * * @since 4.7.0 * @@ -4076,7 +4076,7 @@ function get_parent_theme_file_uri( $file = '' ) { } /** - * Filter the URL to a file in the parent theme. + * Filters the URL to a file in the parent theme. * * @since 4.7.0 * @@ -4109,7 +4109,7 @@ function get_theme_file_path( $file = '' ) { } /** - * Filter the path to a file in the theme. + * Filters the path to a file in the theme. * * @since 4.7.0 * @@ -4137,7 +4137,7 @@ function get_parent_theme_file_path( $file = '' ) { } /** - * Filter the path to a file in the parent theme. + * Filters the path to a file in the parent theme. * * @since 4.7.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a6b6c964d..5136884388 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38604'; +$wp_version = '4.7-alpha-38605'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.