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:
parent
84affbd3a9
commit
f522e69a57
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue