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.

Built from https://develop.svn.wordpress.org/trunk@34589


git-svn-id: http://core.svn.wordpress.org/trunk@34553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-26 12:50:30 +00:00
parent 15a9fd4332
commit 8d96a53ba4
2 changed files with 5 additions and 5 deletions

View File

@ -103,7 +103,7 @@ class WP_oEmbed {
* | Dailymotion | dailymotion.com | Yes | 2.9.0 | * | Dailymotion | dailymotion.com | Yes | 2.9.0 |
* | Flickr | flickr.com | Yes | 2.9.0 | * | Flickr | flickr.com | Yes | 2.9.0 |
* | Hulu | hulu.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 | * | Scribd | scribd.com | Yes | 2.9.0 |
* | Vimeo | vimeo.com | Yes | 2.9.0 | * | Vimeo | vimeo.com | Yes | 2.9.0 |
* | WordPress.tv | wordpress.tv | 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 | * | Slideshare | slideshare.net | Yes | 3.5.0 |
* | SoundCloud | soundcloud.com | 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 | * | Flickr | flic.kr | Yes | 3.6.0 |
* | Rdio | rdio.com | Yes | 3.6.0 | * | Rdio | rdio.com | Yes | 3.6.0 |
* | Rdio | rd.io | 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 | * | 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() * @see wp_oembed_add_provider()
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34588'; $wp_version = '4.4-alpha-34589';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.