Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 8, 2023
1 parent 3e8cb54 commit 191191d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ function customize_themes_print_templates() {
);
$update_incompatible .= wp_update_php_annotation( '</p><p><em>', '</em>', false );
}
$update_incompatible .= '<# } #>';
$update_incompatible .= '<# } #>';
wp_admin_notice(
$update_incompatible,
array(
Expand Down Expand Up @@ -1000,7 +1000,7 @@ function customize_themes_print_templates() {
$compatibility_template = theme_compatibility_template();
$compatibility_template = str_replace( $properties, $new_properties, $compatibility_template );
wp_admin_notice(
$compatibility_template,
$compatibility_template,
array(
'type' => 'error',
'additional_classes' => array( 'notice-alt', 'notice-large' ),
Expand Down

0 comments on commit 191191d

Please sign in to comment.