Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (15 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r13377 r13382  
    13171317 * @param string $format The format of URL that this provider can handle. You can use asterisks as wildcards.
    13181318 * @param string $provider The URL to the oEmbed provider.
    1319  * @param boolean $regex Whether the $format parameter is in a regex format or not.
     1319 * @param boolean $regex Whether the $format parameter is in a regex format.
    13201320 */
    13211321function wp_oembed_add_provider( $format, $provider, $regex = false ) {
Note: See TracChangeset for help on using the changeset viewer.