Make WordPress Core

Changeset 53730


Ignore:
Timestamp:
07/20/2022 02:20:13 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove extra comma in a compact() call.

This fixes a PHP compatibility error in wp_handle_comment_submission():

  • Trailing comma's are not allowed in function calls in PHP 7.2 or earlier

Follow-up to [53729].

See #55647, #56244.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.