Changeset 25868 for trunk/src/wp-includes/class-wp-embed.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-embed.php
r25726 r25868 216 216 // If there was a result, return it 217 217 if ( $html ) { 218 / /duplicate_hook218 /** This filter is documented in wp-includes/class-wp-embed.php */ 219 219 return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID ); 220 220 }
Note: See TracChangeset
for help on using the changeset viewer.