Skip to content

Commit d76af86

Browse files
committed
Fix missing space after open (
1 parent 8c8af7a commit d76af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ protected function column_name( $snippet ) {
258258
apply_filters( 'code_snippets/list_table/row_actions_always_visible', true )
259259
);
260260

261-
$out = sprintf('<strong>%s</strong>', esc_html( $title ) );
261+
$out = sprintf( '<strong>%s</strong>', esc_html( $title ) );
262262

263263
/* Add a link to the snippet if it isn't an unreadable network-only snippet */
264264
if ( $this->is_network || ! $snippet->network || current_user_can( code_snippets()->get_network_cap_name() ) ) {

0 commit comments

Comments
 (0)