Author: Theodore Brown (theodorejb) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-11-20T10:14:07+03:00
Commit: https://github.com/php/web-php/commit/8256384e89d7ad9702bc35f5aafe7e4244c71eff Raw diff: https://github.com/php/web-php/commit/8256384e89d7ad9702bc35f5aafe7e4244c71eff.diff 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. Changed paths: M releases/8.5/languages/en.php Diff: 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' => '<p><strong>PHP 8.5 is a major update of the PHP language.</strong> It contains <strong>many new features</strong>, such as the new <strong>URI extension</strong>, support for <strong>modifying properties while cloning</strong>, the <strong>Pipe operator</strong>, performance improvements, bug fixes, and general cleanup.</p>', + 'main_subtitle' => '<p><strong>PHP 8.5 is a major update of the PHP language</strong>, with new features including the <strong>URI extension</strong>, <strong>Pipe operator</strong>, and support for <strong>modifying properties while cloning</strong>.</p>', 'whats_new' => 'What\'s new in 8.5', 'upgrade_now' => 'Upgrade to PHP 8.5',
