diff --git a/gutenberg.php b/gutenberg.php index dd6c91af48197a..179c50c1d09758 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -152,7 +152,7 @@ function is_gutenberg_page() { */ function gutenberg_wordpress_version_notice() { echo '
'; - _e( 'Gutenberg requires WordPress 4.9.8 or later to function properly. Please upgrade WordPress before activating Gutenberg.', 'gutenberg' ); + _e( 'Gutenberg requires WordPress 5.0.0 or later to function properly. Please upgrade WordPress before activating Gutenberg.', 'gutenberg' ); echo '