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
This commit is contained in:
parent
94c9edd8d4
commit
ada795380b
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user