Ticket #27365: 27365.diff
File 27365.diff, 880 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/class-wp-upgrader.php
584 584 ) 585 585 ) ); 586 586 587 $results[$plugin] = $ this->result;587 $results[$plugin] = $result; 588 588 589 589 // Prevent credentials auth screen from displaying multiple times 590 590 if ( false === $result ) … … 967 967 ), 968 968 ) ); 969 969 970 $results[$theme] = $ this->result;970 $results[$theme] = $result; 971 971 972 972 // Prevent credentials auth screen from displaying multiple times 973 973 if ( false === $result ) … … 1222 1222 1223 1223 $result = $this->run( $options ); 1224 1224 1225 $results[] = $ this->result;1225 $results[] = $result; 1226 1226 1227 1227 // Prevent credentials auth screen from displaying multiple times. 1228 1228 if ( false === $result )