Skip to content

Commit 3d6ef29

Browse files
committed
Update the Update PHP URL.
1 parent cf73b90 commit 3d6ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/html/environment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function output() {
3131
if ( $php_warning ) {
3232
$append .= sprintf(
3333
'&nbsp;<span class="qm-info">(<a href="%s" target="_blank" class="qm-external-link">%s</a>)</span>',
34-
'https://wordpress.org/support/upgrade-php/',
34+
'https://wordpress.org/support/update-php/',
3535
esc_html__( 'Help', 'query-monitor' )
3636
);
3737
$class = 'qm-warn';

0 commit comments

Comments
 (0)