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

View File

@ -177,7 +177,7 @@ function get_stylesheet_directory() {
* *
* @since 1.5.0 * @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 $stylesheet Directory name of the current theme.
* @param string $theme_root Absolute path to themes directory. * @param string $theme_root Absolute path to themes directory.
*/ */