#48991 closed defect (bug) (wontfix)
Unreachable Statements found on wp-admin/about.php file.
| Reported by: | ankitmaru | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Help/About | Version: | 5.3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | coding-standards |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.