Skip to content

Commit bd576bb

Browse files
committed
linter fix
1 parent f87d4e6 commit bd576bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/wpgraphql-logging/src/Admin/View/List/ListTable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public function column_cb( $item ): string {
284284
return sprintf(
285285
'<label class="screen-reader-text" for="cb-select-%1$d">%2$s</label><input id="cb-select-%1$d" type="checkbox" name="log[]" value="%1$d" />',
286286
$item->get_id(),
287+
// translators: %d is the log entry ID.
287288
sprintf( __( 'Select log entry %d', 'wpgraphql-logging' ), $log_id )
288289
);
289290
}

0 commit comments

Comments
 (0)