Changeset 49241 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 10/20/2020 05:37:16 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r49011 r49241 717 717 } 718 718 719 $type = 'theme'; 720 /** This filter is documented in wp-admin/includes/class-wp-automatic-updater.php */ 721 $auto_update_forced = apply_filters( "auto_update_{$type}", null, $auto_update_filter_payload ); 719 $auto_update_forced = wp_is_auto_update_forced_for_item( 'theme', null, $auto_update_filter_payload ); 722 720 723 721 $prepared_themes[ $slug ] = array(
Note: See TracChangeset
for help on using the changeset viewer.