From 57978f1a96d74c3c6b8416994a7b7be35553d8cd Mon Sep 17 00:00:00 2001 From: yhira Date: Fri, 7 Jul 2023 19:32:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=83=88=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E3=81=AE=E3=83=AA=E3=83=83=E3=83=81=E3=83=AA?= =?UTF-8?q?=E3=82=B6=E3=83=AB=E3=83=88=E3=81=AE=E4=B8=8D=E5=85=B7=E5=90=88?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/html-forms.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/html-forms.php b/lib/html-forms.php index 2fdd9416d..367b01e8d 100644 --- a/lib/html-forms.php +++ b/lib/html-forms.php @@ -421,7 +421,11 @@ function generate_the_site_logo_tag($is_header = true){ $home_url = apply_filters('footer_site_logo_url', $home_url); $site_logo_text = apply_filters('footer_site_logo_text', $site_logo_text); } - $logo_before_tag = '<'.$tag.' class="logo'.$class.'">'; if ($logo_url) { $site_logo_tag = ''.esc_attr($site_logo_text).'';