GigaOM / go-timepicker

Plugin for adding time pickers and timezone picker to WordPress
MIT License
1 stars 6 forks source link

Make sure go_timepicker_base is declared when doing register_resources #16

Closed borkweb closed 9 years ago

borkweb commented 9 years ago

The timepicker scripts always requires it, but go_timepicker_base was only being declared during GO_Timepicker::enqueue_scripts().

See: https://github.com/GigaOM/gigaom/issues/6168

Camwyn commented 9 years ago

:sparkles: