Changeset 51657 for trunk/src/wp-includes/update.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r50921 r51657 518 518 } 519 519 520 $sanitize_plugin_update_payload = function( &$item ) {520 $sanitize_plugin_update_payload = static function( &$item ) { 521 521 $item = (object) $item; 522 522
Note: See TracChangeset
for help on using the changeset viewer.