Skip to content

Commit b7eb73b

Browse files
Docs: Correct typo in a comment in WP_Upgrader::install_package().
Follow-up to [59039], [59291]. Props harishtewari, salmanshafiq8630, amitjoel85, SergeyBiryukov. Fixes #65492. git-svn-id: https://develop.svn.wordpress.org/trunk@62532 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e3c2654 commit b7eb73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-upgrader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public function install_package( $args = array() ) {
528528
/*
529529
* Give the upgrade an additional 300 seconds (5 minutes) to ensure the install
530530
* doesn't prematurely timeout having used up the maximum script execution time
531-
* upacking and downloading in WP_Upgrader->run().
531+
* downloading and unpacking in WP_Upgrader->run().
532532
*/
533533
if ( function_exists( 'set_time_limit' ) ) {
534534
set_time_limit( 300 );

0 commit comments

Comments
 (0)