Make WordPress Core

Ticket #37602: 37602.patch

File 37602.patch, 563 bytes (added by ivantedja, 8 years ago)

fix typo in docs

  • wp-includes/class-oembed.php

    diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php
    index 9790d26..a6f9874 100644
    a b class WP_oEmbed { 
    252252        /**
    253253         * Adds an oEmbed provider.
    254254         *
    255          * The provider is removed just-in-time when wp_oembed_add_provider() is called before
     255         * The provider is added just-in-time when wp_oembed_add_provider() is called before
    256256         * the {@see 'plugins_loaded'} hook.
    257257         *
    258258         * The just-in-time addition is for the benefit of the {@see 'oembed_providers'} filter.