Skip to content

Commit

Permalink
Remove IDE hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Sep 25, 2023
1 parent 9fdc0f1 commit 5b8bc3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/admin-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ function wp_enqueue_admin_bar_header_styles() {
}
remove_action( $action, 'wp_admin_bar_header' );

wp_add_inline_style( 'admin-bar', /* language=CSS */ '@media print { #wpadminbar { display:none; } }' );
wp_add_inline_style( 'admin-bar', '@media print { #wpadminbar { display:none; } }' );
}

/**
Expand Down Expand Up @@ -1267,7 +1267,7 @@ function wp_enqueue_admin_bar_bump_styles() {
}
remove_action( 'wp_head', $header_callback );

$css = /* language=CSS */ '
$css = '
@media screen { html { margin-top: 32px !important; } }
@media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } }
';
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -5870,7 +5870,7 @@ function wp_enqueue_emoji_styles() {
}
remove_action( $action, 'print_emoji_styles' );

$emoji_styles = /* language=CSS */ '
$emoji_styles = '
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/theme-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function the_block_template_skip_link() {
return;
}

$skip_link_styles = /* language=CSS */ '
$skip_link_styles = '
.skip-link.screen-reader-text {
border: 0;
clip: rect(1px,1px,1px,1px);
Expand Down

0 comments on commit 5b8bc3c

Please sign in to comment.