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.


git-svn-id: https://develop.svn.wordpress.org/trunk@32879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-06-19 22:22:00 +00:00
parent 8a7b906bee
commit a968694338
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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;
}