Array merge error
-
Hi everybody,
i’ve got an error on line 317 of soundcloud-is-gold-functions.php.
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /membri/enricoangeloni2/wp-content/plugins/soundcloud-is-gold/soundcloud-is-gold-functions.php on line 317
The code is that: function soundcloud_is_gold_media_upload_tab($tabs) {
$newtab = array(‘soundcloud_is_gold’ => __(‘Soundcloud is Gold’, ‘soundcloud_is_gold’));
return array_merge($tabs, $newtab);
}
I just wanna know what is wrong.Thanks!
- The topic ‘Array merge error’ is closed to new replies.