3.2.3 Breaks “empty” items
-
Hey, firstly – great plugin, I’ve found to work well out of the box during dev using v3.2.2. However I’ve run into a problem on updating to 3.2.3:
In version 3.2.2 the items in my nav that were empty were output wrapped in a
<small>tag instead of an anchor. In 3.2.3 they are output as<a>with an active link. There are no attributes or classes I can use to disable these with eg CSS.
Is this something overlooked perhaps? I could see from the recent commit that there were some considerable changes to the relevant function.
FYI my list is displayed withquery_posts()in this case.
Also just to note that when rolling back to 3.2.2 I am gettingUndefined property: WP_Post_Type::$taxonomywhich I did not previously see. I wonder if there are some database changes that are persisting on rollback even when fully deactivating and deleting the plugin via WP.
Thanks!
The topic ‘3.2.3 Breaks “empty” items’ is closed to new replies.