Skip to content

Commit 9898f18

Browse files
committed
Updated svg method
1 parent f311f7d commit 9898f18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="site-branding">
4040
<h1 class="site-title">
4141
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
42-
<?php svg( 'WordPress' ); ?>
42+
<?php svg( 'wordpress' ); ?>
4343
<?php bloginfo( 'name' ); ?>
4444
</a>
4545
</h1>

inc/Helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function starts_with($haystack, $needles)
4040
return false;
4141
}
4242
}
43+
4344
if (! function_exists('mix')) {
4445
/**
4546
* Get the path to a versioned Mix file.

0 commit comments

Comments
 (0)