mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Administration: additional_classes is not a function.
Correct usage of `additional_classes` array parameter as if it were a function. Clearly, I'm getting tired and missing things. So many little changes. Follow up to [56573]. Props joedolson. See #57791. git-svn-id: https://develop.svn.wordpress.org/trunk@56590 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bd8ff4a62a
commit
73d839264f
@ -249,7 +249,7 @@ if ( 'grid' === $mode ) {
|
||||
wp_admin_notice(
|
||||
$js_required_message,
|
||||
array(
|
||||
additional_classes( 'error', 'hide-if-js' ),
|
||||
'additional_classes' => array( 'error', 'hide-if-js' ),
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user