12-15-2007, 07:41 AM
|
#2 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Posts: 7
Thanks: 2
|
This message means that you're making a function with the same name twice. In the widgets.php it's being called again but it's already in functions.php. You have to either rename one or remove one.
|
|
|
|