What have you done to get the menu to appear like that?
Thread Starter
krut1
(@krut1)
It is not a question. Your menu looks like:
<ul class="subsubsub">
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php">Редиректы</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=groups">Группы</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=site">Сайт</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=log">Журнал</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=404s">404</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=io">Импорт/Экспорт</a></li>
|
<li><a class="current" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=options">Опции</a></li>
|
<li><a class="" href="https://wordpress/wp-admin/tools.php?page=redirection.php&sub=support">Поддержка</a></li>
</ul>
But it is not allowed in <ul>...</ul> to have something except <li>, <ol> or <ul>. See: https://developer.mozilla.org/de/docs/Web/HTML/Element/ul
I hope, you will fix it and your plugin will produce a valid HTML 😉
Ok, I understand what you are referring to. Yes, they shouldn’t appear there.
Thread Starter
krut1
(@krut1)
Thanks, I will wait for this fix 😉