Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48095 closed defect (bug) (fixed)

Added missing `break` in `default` case in `get_default_comment_status` function

Reported by: itowhid06's profile itowhid06 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version:
Component: Comments Keywords: has-patch
Focuses: coding-standards Cc:

Description

Added missing break in default case in get_default_comment_status function for coding consistency.

Attachments (1)

48095.diff (381 bytes) - added by itowhid06 5 years ago.

Download all attachments as: .zip

Change History (3)

@itowhid06
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.3

#2 @SergeyBiryukov
5 years ago

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

In 46227:

Coding Standards: Add missing break for the default case in get_default_comment_status(().

Props itowhid06.
Fixes #48095.

Note: See TracTickets for help on using tickets.