array( 'arguments' => array('element' => NULL), ), ); } /** * Implement hook_embed_info(). */ function embed_audio_embed_info() { return array( 'embed_audio' => array( 'title' => t('HTML5 audio'), 'description' => t('Implements support for the HTML5 <audio> tag. This tag is not yet supported in all browsers, and implementation varies between browsers.'), 'types' => array('audio/ogg'), ), ); }