We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf73b90 commit 3d6ef29Copy full SHA for 3d6ef29
output/html/environment.php
@@ -31,7 +31,7 @@ public function output() {
31
if ( $php_warning ) {
32
$append .= sprintf(
33
' <span class="qm-info">(<a href="%s" target="_blank" class="qm-external-link">%s</a>)</span>',
34
- 'https://wordpress.org/support/upgrade-php/',
+ 'https://wordpress.org/support/update-php/',
35
esc_html__( 'Help', 'query-monitor' )
36
);
37
$class = 'qm-warn';
0 commit comments