From 6c6a927fe16ce51df086bec283f2945c4a7ee752 Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Wed, 19 Nov 2025 16:00:43 -0600 Subject: [PATCH] Improve PHP 8.5 subtitle to make it less wordy 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 8c3eede423..0e12cce821 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',