- Timestamp:
- 11/02/2020 07:11:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r49284 r49477 231 231 ); 232 232 233 $filter_payload = (object) array_merge( $filter_payload, array_intersect_key( $plugin_data, $filter_payload ));233 $filter_payload = (object) wp_parse_args( $plugin_data, $filter_payload ); 234 234 235 235 $auto_update_forced = wp_is_auto_update_forced_for_item( 'plugin', null, $filter_payload );
Note: See TracChangeset
for help on using the changeset viewer.