Make WordPress Core

Opened 6 years ago

Closed 5 years ago

#51799 closed task (blessed) (fixed)

Coding Standards fixes for WP 5.7

Reported by: SergeyBiryukov Owned by:
Priority: normal Milestone: 5.7
Component: General Version:
Severity: normal Keywords:
Cc: Focuses: coding-standards

Description

Previously:

Change History (4)

#1 @SergeyBiryukov
6 years ago

In 49668:

Coding Standards: Remove redundant isset() check in core_upgrade_preamble().

isset() can be safely used to check properties and subproperties of objects directly.

Follow-up to [49638].

See #51799.

This ticket was mentioned in Slack in #core by chaion07. View the logs.


5 years ago

This ticket was mentioned in Slack in #core by chaion07. View the logs.


5 years ago

#4 @SergeyBiryukov
5 years ago

  • Resolutionfixed
  • Status newclosed

Follow-up: #52627

Note: See TracTickets for help on using tickets.