Skip to content

Commit

Permalink
Fixes bug w login logo (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
puredazzle authored Nov 14, 2024
1 parent 81f9fed commit cd98253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/themes/wordplate/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
];

printf(
'<style> .login h1 a { %s } </style>',
'<style> .login .wp-login-logo a { %s } </style>',
implode(';', $styles),
);
});
Expand Down

0 comments on commit cd98253

Please sign in to comment.