|
@@ -337,9 +337,9 @@ |
|
|
block discarded – undo |
|
337
|
337
|
|
|
338
|
338
|
if ( version_compare( PHP_VERSION, '7.0', '<' ) ) { |
|
339
|
339
|
$php = '<mark>' . PHP_VERSION . ' - ' . |
|
340
|
|
- __( 'WordPress.org recommends upgrading to PHP 7 or higher for better security.', 'google-calendar-events' ) . |
|
341
|
|
- ' <a href="https://wordpress.org/about/requirements/" target="_blank">' . __( 'Read more.', 'google-calendar-events' ) . '</a>' . |
|
342
|
|
- '</mark>'; |
|
|
340
|
+ __( 'WordPress.org recommends upgrading to PHP 7 or higher for better security.', 'google-calendar-events' ) . |
|
|
341
|
+ ' <a href="https://wordpress.org/about/requirements/" target="_blank">' . __( 'Read more.', 'google-calendar-events' ) . '</a>' . |
|
|
342
|
+ '</mark>'; |
|
343
|
343
|
} else { |
|
344
|
344
|
$php = '<mark class="ok">' . PHP_VERSION . '</mark>'; |
|
345
|
345
|
} |
Please login to merge, or discard this patch.