Make WordPress Core

Changeset 34589


Ignore:
Timestamp:
09/26/2015 12:49:44 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Adjust the table of providers in the hook doc for oembed_providers to use "No" instead of "!" to signify lack of SSL support.

When displayed in the Code Reference, the "!" doesn't convey enough information.

See #32246. See #28507.

File:
1 edited

Legend:

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

    r34588 r34589  
    104104         * | Flickr       | flickr.com           |  Yes  | 2.9.0     |
    105105         * | Hulu         | hulu.com             |  Yes  | 2.9.0     |
    106          * | Photobucket  | photobucket.com      |   !   | 2.9.0     |
     106         * | Photobucket  | photobucket.com      |  No   | 2.9.0     |
    107107         * | Scribd       | scribd.com           |  Yes  | 2.9.0     |
    108108         * | Vimeo        | vimeo.com            |  Yes  | 2.9.0     |
     
    122122         * | SoundCloud   | soundcloud.com       |  Yes  | 3.5.0     |
    123123         * | ------------ | -------------------- | ----- | --------- |
    124          * | Dailymotion  | dai.ly               |   !   | 3.6.0     |
     124         * | Dailymotion  | dai.ly               |  No   | 3.6.0     |
    125125         * | Flickr       | flic.kr              |  Yes  | 3.6.0     |
    126126         * | Rdio         | rdio.com             |  Yes  | 3.6.0     |
     
    158158         * | Viddler      | viddler.com          |  Yes  | 2.9.0     | 4.0.0     |
    159159         * | ------------ | -------------------- | ----- | --------- | --------- |
    160          * | Revision3    | revision3.com        |   !   | 2.9.0     | 4.2.0     |
     160         * | Revision3    | revision3.com        |  No   | 2.9.0     | 4.2.0     |
    161161         * | ------------ | -------------------- | ----- | --------- | --------- |
    162          * | Blip         | blip.tv              |   !   | 2.9.0     | 4.4.0     |
     162         * | Blip         | blip.tv              |  No   | 2.9.0     | 4.4.0     |
    163163         *
    164164         * @see wp_oembed_add_provider()
Note: See TracChangeset for help on using the changeset viewer.