Make WordPress Core

Changeset 34597


Ignore:
Timestamp:
09/26/2015 03:16:05 PM (9 years ago)
Author:
johnbillion
Message:

Remove the unnecessary horizontal rules in the oEmbed providers table to tidy up the Code Reference.

See #32246

File:
1 edited

Legend:

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

    r34589 r34597  
    9999         * Supported providers:
    100100         *
    101          * |   Provider   |        Flavor        |  SSL |   Since   |
     101         * |   Provider   |        Flavor        | HTTPS |   Since   |
    102102         * | ------------ | -------------------- | ----- | --------- |
    103103         * | Dailymotion  | dailymotion.com      |  Yes  | 2.9.0     |
     
    109109         * | WordPress.tv | wordpress.tv         |  Yes  | 2.9.0     |
    110110         * | YouTube      | youtube.com/watch    |  Yes  | 2.9.0     |
    111          * | ------------ | -------------------- | ----- | --------- |
    112111         * | Funny or Die | funnyordie.com       |  Yes  | 3.0.0     |
    113112         * | Polldaddy    | polldaddy.com        |  Yes  | 3.0.0     |
    114113         * | SmugMug      | smugmug.com          |  Yes  | 3.0.0     |
    115114         * | YouTube      | youtu.be             |  Yes  | 3.0.0     |
    116          * | ------------ | -------------------- | ----- | --------- |
    117115         * | Twitter      | twitter.com          |  Yes  | 3.4.0     |
    118          * | ------------ | -------------------- | ----- | --------- |
    119116         * | Instagram    | instagram.com        |  Yes  | 3.5.0     |
    120117         * | Instagram    | instagr.am           |  Yes  | 3.5.0     |
    121118         * | Slideshare   | slideshare.net       |  Yes  | 3.5.0     |
    122119         * | SoundCloud   | soundcloud.com       |  Yes  | 3.5.0     |
    123          * | ------------ | -------------------- | ----- | --------- |
    124120         * | Dailymotion  | dai.ly               |  No   | 3.6.0     |
    125121         * | Flickr       | flic.kr              |  Yes  | 3.6.0     |
     
    127123         * | Rdio         | rd.io                |  Yes  | 3.6.0     |
    128124         * | Spotify      | spotify.com          |  Yes  | 3.6.0     |
    129          * | ------------ | -------------------- | ----- | --------- |
    130125         * | Imgur        | imgur.com            |  Yes  | 3.9.0     |
    131126         * | Meetup.com   | meetup.com           |  Yes  | 3.9.0     |
    132127         * | Meetup.com   | meetu.ps             |  Yes  | 3.9.0     |
    133          * | ------------ | -------------------- | ----- | --------- |
    134128         * | Animoto      | animoto.com          |  Yes  | 4.0.0     |
    135129         * | Animoto      | video214.com         |  Yes  | 4.0.0     |
     
    140134         * | TED          | ted.com              |  Yes  | 4.0.0     |
    141135         * | YouTube      | youtube.com/playlist |  Yes  | 4.0.0     |
    142          * | ------------ | -------------------- | ----- | --------- |
    143136         * | Vine         | vine.co              |  Yes  | 4.1.0     |
    144          * | ------------ | -------------------- | ----- | --------- |
    145137         * | Tumblr       | tumblr.com           |  Yes  | 4.2.0     |
    146138         * | Kickstarter  | kickstarter.com      |  Yes  | 4.2.0     |
    147139         * | Kickstarter  | kck.st               |  Yes  | 4.2.0     |
    148          * | ------------ | -------------------- | ----- | --------- |
    149140         * | Cloudup      | cloudup.com          |  Yes  | 4.4.0     |
    150141         * | ReverbNation | reverbnation.com     |  Yes  | 4.4.0     |
     
    152143         * No longer supported providers:
    153144         *
    154          * |   Provider   |        Flavor        |  SSL |   Since   |  Removed  |
     145         * |   Provider   |        Flavor        | HTTPS |   Since   |  Removed  |
    155146         * | ------------ | -------------------- | ----- | --------- | --------- |
    156147         * | Qik          | qik.com              |  Yes  | 2.9.0     | 3.9.0     |
    157          * | ------------ | -------------------- | ----- | --------- | --------- |
    158148         * | Viddler      | viddler.com          |  Yes  | 2.9.0     | 4.0.0     |
    159          * | ------------ | -------------------- | ----- | --------- | --------- |
    160149         * | Revision3    | revision3.com        |  No   | 2.9.0     | 4.2.0     |
    161          * | ------------ | -------------------- | ----- | --------- | --------- |
    162150         * | Blip         | blip.tv              |  No   | 2.9.0     | 4.4.0     |
    163151         *
Note: See TracChangeset for help on using the changeset viewer.