Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanUngureanu committed Dec 9, 2024
1 parent e69560b commit ec52efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function wpcom_admin_get_user_option_jetpack( $value ) {
}

if ( ! is_array( $value ) ) {
$value = [];
$value = array();
}

$value['edit.php'] = Automattic\Jetpack\Masterbar\Base_Admin_Menu::CLASSIC_VIEW;
Expand Down

0 comments on commit ec52efc

Please sign in to comment.