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.


git-svn-id: https://develop.svn.wordpress.org/trunk@33720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-08-24 04:37:40 +00:00
parent 845d31baf9
commit 7b7cd91984

View File

@ -97,7 +97,6 @@ class WP_oEmbed {
*
* Supported providers:
*
* | ------------ | -------------------- | ----- | --------- |
* | Provider | Flavor | SSL | Since |
* | ------------ | -------------------- | ----- | --------- |
* | Dailymotion | dailymotion.com | Yes | 2.9.0 |
@ -145,11 +144,9 @@ class WP_oEmbed {
* | Tumblr | tumblr.com | Yes | 4.2.0 |
* | Kickstarter | kickstarter.com | Yes | 4.2.0 |
* | Kickstarter | kck.st | Yes | 4.2.0 |
* | ------------ | -------------------- | ----- | --------- |
*
* No longer supported providers:
*
* | ------------ | -------------------- | ----- | --------- | --------- |
* | Provider | Flavor | SSL | Since | Removed |
* | ------------ | -------------------- | ----- | --------- | --------- |
* | Qik | qik.com | Yes | 2.9.0 | 3.9.0 |
@ -159,7 +156,6 @@ class WP_oEmbed {
* | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 |
* | ------------ | -------------------- | ----- | --------- | --------- |
* | Blip | blip.tv | ! | 2.9.0 | 4.4.0 |
* | ------------ | -------------------- | ----- | --------- | --------- |
*
* @see wp_oembed_add_provider()
*