From 171ae0f20d5718599e9df9d5f6bced43dd5c685e Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sun, 6 Dec 2015 21:56:16 +0000 Subject: [PATCH] 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 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 87766a2874..63a9f81c1d 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -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. */