Skip to content

Commit 0445bab

Browse files
committed
Use # symbol in untitled snippet name
1 parent bc2c7aa commit 0445bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function column_name( $snippet ) {
197197
if ( ! empty( $snippet->name ) )
198198
$title = $snippet->name;
199199
else
200-
$title = sprintf ( __( 'Untitled%d', 'code-snippets' ), $snippet->id );
200+
$title = sprintf ( __( 'Untitled #%d', 'code-snippets' ), $snippet->id );
201201

202202
/* Return the name contents */
203203
return apply_filters(

0 commit comments

Comments
 (0)