Open losnappas opened 5 years ago
Surely this is an oversight, right?
I also have a wp_localize_script object in camel case and declared it with /* global my_obj */ at start of file. So I'm wondering which way it should go.
wp_localize_script
/* global my_obj */
Surely this is an oversight, right?
I also have a
wp_localize_script
object in camel case and declared it with/* global my_obj */
at start of file. So I'm wondering which way it should go.