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 8c8af7a commit d76af86Copy full SHA for d76af86
php/class-list-table.php
@@ -258,7 +258,7 @@ protected function column_name( $snippet ) {
258
apply_filters( 'code_snippets/list_table/row_actions_always_visible', true )
259
);
260
261
- $out = sprintf('<strong>%s</strong>', esc_html( $title ) );
+ $out = sprintf( '<strong>%s</strong>', esc_html( $title ) );
262
263
/* Add a link to the snippet if it isn't an unreadable network-only snippet */
264
if ( $this->is_network || ! $snippet->network || current_user_can( code_snippets()->get_network_cap_name() ) ) {
0 commit comments