We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
link
1 parent bf1c800 commit 7f0b143Copy full SHA for 7f0b143
1 file changed
src/wp-includes/theme-compat/header.php
@@ -23,7 +23,7 @@
23
<meta name="viewport" content="width=device-width, initial-scale=1" />
24
<link rel="profile" href="https://gmpg.org/xfn/11" />
25
<style> :where(#header) { padding-left: 5%; padding-right: 5%; } </style>
26
- <link rel="stylesheet" href="<?php echo esc_url( get_stylesheet_uri() ); ?>" type="text/css" media="all" />
+ <link rel="stylesheet" href="<?php echo esc_url( get_stylesheet_uri() ); ?>" media="all" />
27
<?php
28
if ( is_singular() && pings_open() ) {
29
echo '<link rel="pingback" href="', esc_url( get_bloginfo( 'pingback_url' ) ), '" />', "\n";
0 commit comments