Spell out duplicate hook locations.
props DrewAPicture. fixes #25658. Built from https://develop.svn.wordpress.org/trunk@25868 git-svn-id: http://core.svn.wordpress.org/trunk@25780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -215,7 +215,7 @@ class WP_Embed {
|
||||
|
||||
// If there was a result, return it
|
||||
if ( $html ) {
|
||||
//duplicate_hook
|
||||
/** This filter is documented in wp-includes/class-wp-embed.php */
|
||||
return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user