You are here

constant OEMBED_PATTERN_EMBED_UNWRAP in oEmbed 8

Same name and namespace in other branches
  1. 7 oembed.filter.inc \OEMBED_PATTERN_EMBED_UNWRAP
  2. 7.0 oembed.filter.inc \OEMBED_PATTERN_EMBED_UNWRAP

File

./oembed.filter.inc, line 10
Input filter that enhances oEmbed enabled URLs with extra content

Code

define('OEMBED_PATTERN_EMBED_UNWRAP', '/<p>\\s*+(\\[embed\\b.*?\\].+?\\[\\/embed\\])\\s*+<\\/p>/s');