Changeset 48750 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 08/07/2020 04:12:11 PM (6 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
r48688 r48750 717 717 } 718 718 719 /** This action is documented in wp-admin/includes/class-wp-automatic-updater.php */ 720 $auto_update_forced = apply_filters( 'auto_update_theme', null, $auto_update_filter_payload ); 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 ); 721 722 722 723 $prepared_themes[ $slug ] = array(
Note: See TracChangeset
for help on using the changeset viewer.