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.