Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (11 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-embed.php

    r25726 r25868  
    216216            // If there was a result, return it
    217217            if ( $html ) {
    218                 //duplicate_hook
     218                /** This filter is documented in wp-includes/class-wp-embed.php */
    219219                return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID );
    220220            }
Note: See TracChangeset for help on using the changeset viewer.