From f522e69a577db3161394ff80c7901bbf3a5daabb Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sun, 6 Dec 2015 21:57:24 +0000 Subject: [PATCH] Docs: Fix a typo in the `stylesheet_directory` filter docs. Props ixkaito. Fixes #34859. Built from https://develop.svn.wordpress.org/trunk@35799 git-svn-id: http://core.svn.wordpress.org/trunk@35763 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 87766a2874..63a9f81c1d 100644 --- a/wp-includes/theme.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 82e776096f..64d412d28c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35797'; +$wp_version = '4.5-alpha-35799'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.