You are here

function emwave_google_extract in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emwave/providers/google.inc \emwave_google_extract()
  2. 6 contrib/emwave/providers/google.inc \emwave_google_extract()

File

contrib/emwave/providers/google.inc, line 38
This include processes google.com wave files for use by emfield.module.

Code

function emwave_google_extract($embed = '') {
  return $embed;
}