Skip to content

Commit 9dfda72

Browse files
committed
reformatting
1 parent c0d09bd commit 9dfda72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/class-admin.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,11 @@ public static function comment_row_actions( $actions, $comment ) {
203203
}
204204

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

209213
return $actions;

0 commit comments

Comments
 (0)