Changeset 51528
- Timestamp:
- 08/02/2021 08:54:44 PM (3 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r49788 r51528 348 348 ); 349 349 350 $results[ $plugin ] = $ this->result;350 $results[ $plugin ] = $result; 351 351 352 352 // Prevent credentials auth screen from displaying multiple times. -
trunk/src/wp-admin/includes/class-theme-upgrader.php
r49788 r51528 449 449 ); 450 450 451 $results[ $theme ] = $ this->result;451 $results[ $theme ] = $result; 452 452 453 453 // Prevent credentials auth screen from displaying multiple times.
Note: See TracChangeset
for help on using the changeset viewer.