Coding Standards: Remove a trailing comma from a compact() call in _wp_customize_include().

This fixes a `Trailing comma's are not allowed in function calls in PHP 7.2 or earlier` error in the PHP compatibility check.

Follow-up to [52348].

See #53359.

git-svn-id: https://develop.svn.wordpress.org/trunk@52350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-12-09 15:30:48 +00:00
parent 56741a3047
commit 92cbcb3da6

View File

@ -3477,7 +3477,7 @@ function _wp_customize_include() {
'messenger_channel',
'settings_previewed',
'autosaved',
'branching',
'branching'
)
);
}