From 8256384e89d7ad9702bc35f5aafe7e4244c71eff Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Thu, 20 Nov 2025 01:14:07 -0600 Subject: [PATCH] Improve PHP 8.5 subtitle to make it less wordy (#1628) There's no need for the generic "performance improvements, bug fixes, and general cleanup" since every release has that (and the main title and key features description already mention it being faster and cleaner). Also made the phrasing less wordy and repetitive. --- releases/8.5/languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/8.5/languages/en.php b/releases/8.5/languages/en.php index 8c3eede42..0e12cce82 100644 --- a/releases/8.5/languages/en.php +++ b/releases/8.5/languages/en.php @@ -3,7 +3,7 @@ return [ 'common_header' => 'PHP 8.5 is a major update of the PHP language, with new features including the URI Extension, Pipe Operator, and support for modifying properties while cloning.', 'main_title' => 'Smarter, Faster, Built for Tomorrow.', - 'main_subtitle' => '

PHP 8.5 is a major update of the PHP language. It contains many new features, such as the new URI extension, support for modifying properties while cloning, the Pipe operator, performance improvements, bug fixes, and general cleanup.

', + 'main_subtitle' => '

PHP 8.5 is a major update of the PHP language, with new features including the URI extension, Pipe operator, and support for modifying properties while cloning.

', 'whats_new' => 'What\'s new in 8.5', 'upgrade_now' => 'Upgrade to PHP 8.5',