Skip to content

Commit 8256384

Browse files
authored
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.
1 parent a32bc94 commit 8256384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releases/8.5/languages/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'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.',
55
'main_title' => 'Smarter, Faster, Built for Tomorrow.',
6-
'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>',
6+
'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>',
77

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

0 commit comments

Comments
 (0)