roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

get_component() shouldn't set $args to a string if not set #72

Open roryashfordbentley opened 6 years ago

roryashfordbentley commented 6 years ago

Currently get_component(). sets the default value of $args to an empty string. It should in-fact be an empty array to maintain consistency.