Make WordPress Core


Ignore:
Timestamp:
01/08/2012 05:01:11 PM (13 years ago)
Author:
ryan
Message:

Lose EOF ?>. Clean up EOF newlines. fixes #12307

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r19593 r19712  
    14421442    return apply_filters( 'embed_googlevideo', '<embed type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid=' . esc_attr($matches[2]) . '&amp;hl=en&amp;fs=true" style="width:' . esc_attr($width) . 'px;height:' . esc_attr($height) . 'px" allowFullScreen="true" allowScriptAccess="always" />', $matches, $attr, $url, $rawattr );
    14431443}
    1444 
    1445 ?>
Note: See TracChangeset for help on using the changeset viewer.