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:
audrasjb 2022-07-22 07:18:13 +00:00
parent 30d9a61fe2
commit d217368c6a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -16,7 +16,7 @@
*
* @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.