Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Sep 27, 2024
1 parent c0d09bd commit 9dfda72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion includes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ public static function comment_row_actions( $actions, $comment ) {
}

if ( 'unapproved' === $status ) {
$actions['domainapprovelist'] = sprintf( '<a href="%1$s" aria-label="%2$s">%2$s</a>', esc_url( $approve_url ), esc_attr__( 'Approve & Always Allow', 'webmention' ) );
$actions['domainapprovelist'] = sprintf(
'<a href="%1$s" aria-label="%2$s">%2$s</a>',
esc_url( $approve_url ),
esc_attr__( 'Approve & Always Allow', 'webmention' )
);
}

return $actions;
Expand Down

0 comments on commit 9dfda72

Please sign in to comment.