mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@53757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user