#48991 closed defect (bug) (wontfix)
Unreachable Statements found on wp-admin/about.php file.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.3.1 |
Component: | Help/About | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Unreachable Statements found on wp-admin/about.php file.
after return; statement, there are few strings are written.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome to WordPress Trac! Thanks for the report.
This is intentional to avoid introducing new strings in minor releases. There's a comment above them:
See [19536] / #19346 for more details.