Closed chipbennett closed 8 years ago
Also, default widget instance args need to be updated. This is throwing sprintf
error:
'before_widget' => '<div id="%1$s" class="widget %2$s">'
Change to:
'before_widget' => '<div class="widget %s">'
Fix in OP breaks the translation functions. Revert.
Custom Widgets are throwing this warning:
Caused by this construct:
Rearrange like so: