Skip to content

Commit

Permalink
Fix inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Mar 1, 2024
1 parent 671b303 commit b020ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function can_associate_posts(): bool {
*
* @since 1.0.0
*
* @param \WP_REST_Request $request The vote submission request.
* @param \WP_REST_Request $request The request to associate posts.
* @return \WP_REST_Response The response data.
*/
function handle_rest_associate( \WP_REST_Request $request ): \WP_REST_Response {
Expand Down

0 comments on commit b020ac0

Please sign in to comment.