Skip to content

Commit 7f0b143

Browse files
authored
Remove type from stylesheet link
1 parent bf1c800 commit 7f0b143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/theme-compat/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta name="viewport" content="width=device-width, initial-scale=1" />
2424
<link rel="profile" href="https://gmpg.org/xfn/11" />
2525
<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" />
26+
<link rel="stylesheet" href="<?php echo esc_url( get_stylesheet_uri() ); ?>" media="all" />
2727
<?php
2828
if ( is_singular() && pings_open() ) {
2929
echo '<link rel="pingback" href="', esc_url( get_bloginfo( 'pingback_url' ) ), '" />', "\n";

0 commit comments

Comments
 (0)