Changeset 48756 for branches/5.5/src/wp-admin/includes/theme.php
- Timestamp:
- 08/07/2020 07:23:04 PM (6 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/theme.php
r48698 r48756 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.