We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f311f7d commit 9898f18Copy full SHA for 9898f18
header.php
@@ -39,7 +39,7 @@
39
<div class="site-branding">
40
<h1 class="site-title">
41
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
42
- <?php svg( 'WordPress' ); ?>
+ <?php svg( 'wordpress' ); ?>
43
<?php bloginfo( 'name' ); ?>
44
</a>
45
</h1>
inc/Helpers.php
@@ -40,6 +40,7 @@ function starts_with($haystack, $needles)
return false;
}
+
if (! function_exists('mix')) {
/**
46
* Get the path to a versioned Mix file.
0 commit comments