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
This commit is contained in:
Pascal Birchler 2015-12-06 21:57:24 +00:00
parent 84affbd3a9
commit f522e69a57
2 changed files with 2 additions and 2 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.
*/

View File

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