Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (15 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

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

    r17995 r18633  
    2929        // List out some popular sites that support oEmbed.
    3030        // The WP_Embed class disables discovery for non-unfiltered_html users, so only providers in this array will be used for them.
    31         // Add to this list using the wp_oembed_add_provider() function (see it's PHPDoc for details).
     31        // Add to this list using the wp_oembed_add_provider() function (see its PHPDoc for details).
    3232        $this->providers = apply_filters( 'oembed_providers', array(
    3333            '#http://(www\.)?youtube.com/watch.*#i'         => array( 'http://www.youtube.com/oembed',            true  ),
Note: See TracChangeset for help on using the changeset viewer.