Skip to content

Commit

Permalink
Update shortcodes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan authored Dec 5, 2023
1 parent 9e00319 commit 3f51bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/wp-content/themes/wporg-main-2022/inc/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ function() {
add_shortcode(
'minimum_php',
function() {
return defined( 'MINIMUM_PHP' ) ? MINIMUM_PHP: substr( phpversion(), 0, 3 );
}
return defined( 'MINIMUM_PHP' ) ? MINIMUM_PHP : '7.0' );
}
);

/**
Expand Down

0 comments on commit 3f51bc2

Please sign in to comment.