Skip to content

Commit

Permalink
correct comments in failed submission class
Browse files Browse the repository at this point in the history
  • Loading branch information
randhirexpresstech committed May 20, 2024
1 parent 431aea8 commit 861394b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php/admin/class-failed-submission.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ protected function get_views() {
*
* @since 9.0.2
*
* @param object|array $item The current item
* @param object|array $submission The current item
*
* @return void
*/
public function single_row( $submission ) {
echo '<tr id="qsm-submission-row-' . esc_attr( $submission['post_id'] ) . '" >';
Expand Down

0 comments on commit 861394b

Please sign in to comment.