Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#51799 closed task (blessed) (fixed)

Coding Standards fixes for WP 5.7

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

Description

Previously:

Change History (4)

#1 @SergeyBiryukov
4 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.


4 years ago

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


4 years ago

#4 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Follow-up: #52627

Note: See TracTickets for help on using tickets.