Skip to content

Commit

Permalink
Fix typo in inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Sep 14, 2023
1 parent 091fdfd commit 6d8a722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2931,7 +2931,7 @@ public static function handle_validation_error_update( $redirect_to, $action, $t
add_filter( 'pre_term_description', 'wp_filter_kses', $has_pre_term_description_filter );
}

// Bail if redirect_is passed as null.
// Bail if `$redirect_to` is passed as null.
if ( null === $redirect_to ) {
return $redirect_to;
}
Expand Down

0 comments on commit 6d8a722

Please sign in to comment.