From ada795380b52c367c7a556fcbc34dac969654fa7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 14 Sep 2016 21:44:28 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for `theme_file_uri`, `parent_theme_file_uri`, `theme_file_path`, and `parent_theme_file_path` filters added in [38578]. See #18302. git-svn-id: https://develop.svn.wordpress.org/trunk@38605 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 508b7e9f8f..e3ff574349 100644 --- a/src/wp-includes/link-template.php +++ b/src/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 *