$saved_html = $html;
// Build the string to search for
$search = $options['opening_ident'] . $options['keyword_ident'] . $full_suffix . $options['closing_ident'];
// Build the string of code to replace with
//BUG!: Adds spaces to front and back
//$replace = ce_generate_code( $html, $responsive, $max_width, $options['debug'] );
$replace = $saved_html;
Work around starts at add-embeds.php line 96