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.
Built from https://develop.svn.wordpress.org/trunk@38605


git-svn-id: http://core.svn.wordpress.org/trunk@38548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-09-14 21:45:29 +00:00
parent 4058b11ccd
commit 4d7e41653e
2 changed files with 5 additions and 5 deletions

View File

@ -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 * @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 * @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 * @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 * @since 4.7.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.