mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Docs: Provide a more accurate description for wp_is_theme_directory_ignored()
.
This function doesn't filter theme directories, it rather determines whether a directory should be ignored during export. Props audrasjb, nareshbheda. Fixes #56257. See #55646. Built from https://develop.svn.wordpress.org/trunk@53757 git-svn-id: http://core.svn.wordpress.org/trunk@53316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
30d9a61fe2
commit
d217368c6a
@ -893,7 +893,7 @@ function block_footer_area() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters theme directories that should be ignored during export.
|
* Determines whether a theme directory should be ignored during export.
|
||||||
*
|
*
|
||||||
* @since 6.0.0
|
* @since 6.0.0
|
||||||
*
|
*
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-alpha-53756';
|
$wp_version = '6.1-alpha-53757';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user