- Tab Area
English
Bug html element improperly
1 |
<meta name="apple-mobile-web-app-status-bar-style" content="default"> |
correct below
1 |
<meta name="apple-mobile-web-app-status-bar-style" content="default" /> |
Quick Fix
functions.php line:5619 Please change.
日本語
html要素の記述に不具合がありましたのでお知らせします
1 |
<meta name="apple-mobile-web-app-status-bar-style" content="default"> |
正しい記述
1 |
<meta name="apple-mobile-web-app-status-bar-style" content="default" /> |
修正方法
functions.php 行:5619 の該当部分を「正しい記述」に修正ください。
なを、このバグは次回のアップデートで修正予定です。