roryashfordbentley / Wordpress-Bem-Menu

Better menu implementation for Wordpress using BEM syntax
139 stars 23 forks source link

Added better gestion of the classes added in wordpress menu editor #17

Open xposedbones opened 7 years ago

xposedbones commented 7 years ago

In the previous code, the user was not able to add multiple class to his nav item. The code would always pick the first class. With my changes, the user is able to add as many class as he wants to the nav item without any issue.

roryashfordbentley commented 7 years ago

I'll try to find some time to test this out thoroughly but I see no reason not to implement this. Great job!