Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willowCeleste committed Aug 28, 2024
1 parent 8f9666c commit 231b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function rest_profile_search( WP_REST_Request $request ): WP_REST_Response {
'numberposts' => 10,
'suppress_filters' => false,
'orderby' => 'relevance',
'include' => [$request->get_param( 'id' )],
'include' => [ $request->get_param( 'id' ) ],
]
);

Expand Down

0 comments on commit 231b3fa

Please sign in to comment.