Skip to content

Commit

Permalink
Add minimum_php shortcode to requirements page (#359)
Browse files Browse the repository at this point in the history
* Add minimum_php shortcode to requirements page
  • Loading branch information
pkevan authored Dec 5, 2023
1 parent 86fcfcd commit 0f2204a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><?php _e( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP 5.6.20+ and MySQL 5.0+, but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ); ?></p>
<p><?php
/* translators: [minimum_php] is a shortcode and should not be translated. */
_e( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP [minimum_php]+ and MySQL 5.0+, but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
Expand Down

0 comments on commit 0f2204a

Please sign in to comment.