function theme_soundcloud_url in SoundCloud field 6
File
- ./
soundcloudfield.module, line 293 - SoundCloud CCK field.
Code
function theme_soundcloud_url($element) {
return $element['#children'];
}
function theme_soundcloud_url($element) {
return $element['#children'];
}