mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
Small WPCS fix
This commit is contained in:
parent
1979aa220e
commit
2fb95a29e7
|
@ -20,8 +20,8 @@ $allowed_html = array_merge(
|
|||
wp_kses_allowed_html( 'data' ),
|
||||
array(
|
||||
'span' => array(
|
||||
'class' => true
|
||||
)
|
||||
'class' => true,
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue