Docs: Fix a typo in the `stylesheet_directory` filter docs.
Props ixkaito. Fixes #34859. git-svn-id: https://develop.svn.wordpress.org/trunk@35799 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c6da294f32
commit
171ae0f20d
|
@ -177,7 +177,7 @@ function get_stylesheet_directory() {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param string $stylesheet_dir Absolute path to the current them.
|
||||
* @param string $stylesheet_dir Absolute path to the current theme.
|
||||
* @param string $stylesheet Directory name of the current theme.
|
||||
* @param string $theme_root Absolute path to themes directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue