Missing template in widget
-
The widget function doesn’t propagate the before_title, after_title arguments set by the template.
The following diff solves the problem.
$ diff widgets.php widgets.php.new
35a36,37
> ‘before_title’ => $before_title,
> ‘after_title’ => $after_title,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Missing template in widget’ is closed to new replies.