0
我正在開發WordPress的網站,我得到了這個錯誤。這個wordpress代碼中的語法錯誤是什麼?
Parse error: syntax error, unexpected '' ' (T_CONSTANT_ENCAPSED_STRING) in /home/content/p3pnexwpnas11_data02/07/3672907/html/wp-content/themes/primer/inc/template-tags.php on line 51
這裏獲得
printf('<a href="%1$s" class="custom-logo-link" %2$s>%3$s</a>',
esc_url(home_url('/')),
$custom_logo_id ? 'rel="home" itemprop="url"' : 'style="display:none;"',
$custom_logo_id ? wp_get_attachment_image($custom_logo_id, 'full', false, $args) : '<img class="custom-logo"/>'
);
被編碼那麼,什麼是錯誤?