Skip to content

Commit 8ff6874

Browse files
committed
CS:FIX
1 parent 294f5ff commit 8ff6874

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/wp-admin/includes/class-wp-ms-themes-list-table.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public function column_name( $theme ) {
566566
'enable' => '',
567567
'disable' => '',
568568
'delete' => '',
569-
'default' => '',
569+
'default' => '',
570570
);
571571

572572
$stylesheet = $theme->get_stylesheet();
@@ -961,7 +961,8 @@ public function single_row_columns( $item ) {
961961
}
962962
}
963963

964-
printf( "<td class='theme-title column-primary%s'><strong>%s%s</strong>",
964+
printf(
965+
"<td class='theme-title column-primary%s'><strong>%s%s</strong>",
965966
$extra_classes,
966967
$item->display( 'Name' ),
967968
$active_theme_label

0 commit comments

Comments
 (0)