From 8ec9d5e9e96ec63300c6c3f2ee175d106b575251 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 26 Sep 2015 12:49:44 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@34589 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-oembed.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 25c6477653..607c2b1bb2 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -103,7 +103,7 @@ class WP_oEmbed { * | Dailymotion | dailymotion.com | Yes | 2.9.0 | * | Flickr | flickr.com | Yes | 2.9.0 | * | Hulu | hulu.com | Yes | 2.9.0 | - * | Photobucket | photobucket.com | ! | 2.9.0 | + * | Photobucket | photobucket.com | No | 2.9.0 | * | Scribd | scribd.com | Yes | 2.9.0 | * | Vimeo | vimeo.com | Yes | 2.9.0 | * | WordPress.tv | wordpress.tv | Yes | 2.9.0 | @@ -121,7 +121,7 @@ class WP_oEmbed { * | Slideshare | slideshare.net | Yes | 3.5.0 | * | SoundCloud | soundcloud.com | Yes | 3.5.0 | * | ------------ | -------------------- | ----- | --------- | - * | Dailymotion | dai.ly | ! | 3.6.0 | + * | Dailymotion | dai.ly | No | 3.6.0 | * | Flickr | flic.kr | Yes | 3.6.0 | * | Rdio | rdio.com | Yes | 3.6.0 | * | Rdio | rd.io | Yes | 3.6.0 | @@ -157,9 +157,9 @@ class WP_oEmbed { * | ------------ | -------------------- | ----- | --------- | --------- | * | Viddler | viddler.com | Yes | 2.9.0 | 4.0.0 | * | ------------ | -------------------- | ----- | --------- | --------- | - * | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 | + * | Revision3 | revision3.com | No | 2.9.0 | 4.2.0 | * | ------------ | -------------------- | ----- | --------- | --------- | - * | Blip | blip.tv | ! | 2.9.0 | 4.4.0 | + * | Blip | blip.tv | No | 2.9.0 | 4.4.0 | * * @see wp_oembed_add_provider() *