Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#48991 closed defect (bug) (wontfix)

Unreachable Statements found on wp-admin/about.php file.

Reported by: ankitmaru's profile ankitmaru 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)

about.php.patch (1.6 KB) - added by ankitmaru 5 years ago.

Download all attachments as: .zip

Change History (3)

@ankitmaru
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Component changed from Administration to Help/About
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

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:

These are strings we may use to describe maintenance/security releases, where we aim for no new strings.

See [19536] / #19346 for more details.

#2 @ankitmaru
5 years ago

Hello,

I am new here.
Thank you so much for your great response.

Thanks.

Note: See TracTickets for help on using tickets.