From 7b7cd919840926e929f9bc229d51fd6862de554a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 24 Aug 2015 04:37:40 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-oembed.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index a13cc87862..a6ef9b309e 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -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() *