fixing svg icon use function to always include icon class; also updated README and removed TODO
This commit is contained in:
parent
59f70d24d0
commit
3ef1ecfe4e
10 changed files with 20 additions and 30 deletions
|
@ -68,7 +68,7 @@ namespace WP_73k;
|
|||
esc_url( home_url( '/' ) )
|
||||
);
|
||||
|
||||
echo svg_icon_use("mdi-desktop-classic", "icon baseline");
|
||||
echo svg_icon_use("mdi-desktop-classic", "baseline");
|
||||
|
||||
printf( '<span class="fw-light font-brand">\\\\%1$s</span>',
|
||||
esc_html( get_bloginfo( 'name' ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue