xwp / stream

🗄️ Stream plugin for WordPress

Home Page:https://wordpress.org/plugins/stream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widget records show sidebar slug instead of label

Japh opened this issue · comments

commented

In Stream 1.4.5, making changes to widgets within a sidebar results in the Context being the sidebar's slug rather than its label.

screen shot 2014-05-15 at 3 18 35 pm

This is being caused by #514 because connectors are loading on init with a priority of 0, but the widgets_init happens on init with a priority of 1.

I will investigate to ensure we can change this priority without causing regression on #501.