diff --git a/gutenberg.php b/gutenberg.php index 7e019de8b8a252..902e76675851b8 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -146,7 +146,8 @@ function is_gutenberg_page() { */ function gutenberg_wordpress_version_notice() { echo '
'; - _e( 'Gutenberg requires WordPress 5.0.0 or later to function properly. Please upgrade WordPress before activating Gutenberg.', 'gutenberg' ); + /* translators: %s: Minimum required version */ + printf( __( 'Gutenberg requires WordPress %s or later to function properly. Please upgrade WordPress before activating Gutenberg.', 'gutenberg' ), '5.0.0' ); echo '