Changeset 52610 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/20/2022 11:51:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r52585 r52610 288 288 * 289 289 * @param string[] $default_types An array of editable theme file extensions. 290 * @param WP_Theme $theme The currenttheme object.290 * @param WP_Theme $theme The active theme object. 291 291 */ 292 292 $file_types = apply_filters( 'wp_theme_editor_filetypes', $default_types, $theme );
Note: See TracChangeset
for help on using the changeset viewer.