Make WordPress Core

Changeset 33720


Ignore:
Timestamp:
08/24/2015 04:37:40 AM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Improve pared formatting of the oEmbed providers tables by removing the unrecognized first and last rows in the hook docs for the oembed_providers filter.

See #32246.

File:
1 edited

Legend:

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

    r33719 r33720  
    9898                 * Supported providers:
    9999                 *
    100                  * | ------------ | -------------------- | ----- | --------- |
    101100                 * |   Provider   |        Flavor        |  SSL  |   Since   |
    102101                 * | ------------ | -------------------- | ----- | --------- |
     
    146145                 * | Kickstarter  | kickstarter.com      |  Yes  | 4.2.0     |
    147146                 * | Kickstarter  | kck.st               |  Yes  | 4.2.0     |
    148                  * | ------------ | -------------------- | ----- | --------- |
    149147                 *
    150148                 * No longer supported providers:
    151149                 *
    152                  * | ------------ | -------------------- | ----- | --------- | --------- |
    153150                 * |   Provider   |        Flavor        |  SSL  |   Since   |  Removed  |
    154151                 * | ------------ | -------------------- | ----- | --------- | --------- |
     
    160157                 * | ------------ | -------------------- | ----- | --------- | --------- |
    161158                 * | Blip         | blip.tv              |   !   | 2.9.0     | 4.4.0     |
    162                  * | ------------ | -------------------- | ----- | --------- | --------- |
    163159                 *
    164160                 * @see wp_oembed_add_provider()
Note: See TracChangeset for help on using the changeset viewer.