On Sun, 24 Aug 2008 12:35:35 +1000, Dan Coulter <dan at dancoulter.com> wrote:
> On Sat, Aug 23, 2008 at 9:16 PM, Viper007Bond  
> <viper at viper007bond.com>wrote:
>
>> Why did you create a class just for one function?
>>
>
> Force of habit :D
For that matter, Why not just do
add_filter('widget_text', 'do_shortcode');
:)