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:
Andrew Nacin
2013-10-22 17:22:11 +00:00
parent 6d97f53134
commit 74488bdcb0
39 changed files with 89 additions and 62 deletions

View File

@@ -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 );
}
}