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:
Pascal Birchler 2015-12-06 21:56:16 +00:00
parent c6da294f32
commit 171ae0f20d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/