Use valid markup in Walker_Nav_Menu_Edit::start_el() - replace <d(l|t)> with <div> for .menu-item-bar and .menu-item-handle.
Props sagarjadhav. Fixes #31817. Built from https://develop.svn.wordpress.org/trunk@32879 git-svn-id: http://core.svn.wordpress.org/trunk@32850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -517,11 +517,11 @@ ul.add-menu-item-tabs li {
|
||||
}
|
||||
|
||||
/* Sortables */
|
||||
li.menu-item.ui-sortable-helper dl {
|
||||
li.menu-item.ui-sortable-helper .menu-item-bar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
li.menu-item.ui-sortable-helper .menu-item-transport dl {
|
||||
li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user