mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
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:
parent
56741a3047
commit
92cbcb3da6
@ -3477,7 +3477,7 @@ function _wp_customize_include() {
|
||||
'messenger_channel',
|
||||
'settings_previewed',
|
||||
'autosaved',
|
||||
'branching',
|
||||
'branching'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user