File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 298298
299299<?php
300300
301- // These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
302301return ;
303302
303+ /**
304+ * These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
305+ * @phpstan-ignore deadCode.unreachable
306+ */
304307__ ( 'Maintenance Release ' );
305308__ ( 'Maintenance Releases ' );
306309
Original file line number Diff line number Diff line change 123123
124124return ;
125125
126- // These are strings returned by the API that we want to be translatable.
126+ /**
127+ * These are strings returned by the API that we want to be translatable.
128+ * @phpstan-ignore deadCode.unreachable
129+ */
127130__ ( 'Project Leaders ' );
128131/* translators: %s: The current WordPress version number. */
129132__ ( 'Core Contributors to WordPress %s ' );
You can’t perform that action at this time.
0 commit comments