Changeset 16740 for trunk/wp-includes/media.php
- Timestamp:
- 12/06/2010 03:38:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r16728 r16740 1191 1191 1192 1192 if ( !empty($cache) ) 1193 return apply_filters( 'embed_oembed_html', $cache, $url, $attr );1193 return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_ID ); 1194 1194 } 1195 1195 … … 1204 1204 // If there was a result, return it 1205 1205 if ( $html ) 1206 return apply_filters( 'embed_oembed_html', $html, $url, $attr );1206 return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID ); 1207 1207 } 1208 1208
Note: See TracChangeset
for help on using the changeset viewer.