Skip to content

Commit d43493c

Browse files
committed
Make comment on new steps more verbose
1 parent 5a8b391 commit d43493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function output($message)
172172
}
173173
}
174174

175-
//Update jQuery version
175+
// Update jQuery version referenced in public page HTML stored in the database
176176
if (version_compare($dbversion, '3.4.1', '<')) {
177177
$oldFooter = getConfig('pagefooter');
178178
$pattern = "1.12.1.min.js";

0 commit comments

Comments
 (0)