Changeset 56559 for trunk/src/wp-includes/update.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r56494 r56559 554 554 } 555 555 556 $sanitize_plugin_update_payload = static function ( &$item ) {556 $sanitize_plugin_update_payload = static function ( &$item ) { 557 557 $item = (object) $item; 558 558
Note: See TracChangeset
for help on using the changeset viewer.