We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87d4e6 commit bd576bbCopy full SHA for bd576bb
plugins/wpgraphql-logging/src/Admin/View/List/ListTable.php
@@ -284,6 +284,7 @@ public function column_cb( $item ): string {
284
return sprintf(
285
'<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" />',
286
$item->get_id(),
287
+ // translators: %d is the log entry ID.
288
sprintf( __( 'Select log entry %d', 'wpgraphql-logging' ), $log_id )
289
);
290
}
0 commit comments