function emwave_google_wave_url in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 contrib/emwave/providers/google.inc \emwave_google_wave_url()
- 6 contrib/emwave/providers/google.inc \emwave_google_wave_url()
Implement emwave_PROVIDER_wave_url
Parameters
$code: the code of the wave @param $data any stored data for the wave, which may already have the title @return the url directly to the wave to display
File
- contrib/
emwave/ providers/ google.inc, line 64 - This include processes google.com wave files for use by emfield.module.
Code
function emwave_google_wave_url($code, $data) {
return "http://wave.google.com/a/wavesandbox.com/{$code}";
}