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.


git-svn-id: https://develop.svn.wordpress.org/trunk@53757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-07-22 07:16:27 +00:00
parent 334c3ca59d
commit b3b2758455

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
*