mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-24 00:11:41 +01:00
Docs: Remove erroneous pipe character usage in the oembed_providers
filter DocBlock.
Avoids markdown table display errors when parsed and displayed in the Code Reference. See #42505. Built from https://develop.svn.wordpress.org/trunk@44333 git-svn-id: http://core.svn.wordpress.org/trunk@44163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
161df2a5d9
commit
9c934c7272
@ -142,7 +142,7 @@ class WP_oEmbed {
|
||||
* Supported providers:
|
||||
*
|
||||
* | Provider | Flavor | Supports HTTPS | Since |
|
||||
* | ------------ | --------------------------------- | :------------: | ------- |
|
||||
* | ------------ | ----------------------------------------- | :------------: | ------- |
|
||||
* | Dailymotion | dailymotion.com | Yes | 2.9.0 |
|
||||
* | Flickr | flickr.com | Yes | 2.9.0 |
|
||||
* | Hulu | hulu.com | Yes | 2.9.0 |
|
||||
@ -189,12 +189,12 @@ class WP_oEmbed {
|
||||
* | Twitter | twitter.com/likes | Yes | 4.7.0 |
|
||||
* | Twitter | twitter.com/lists | Yes | 4.7.0 |
|
||||
* | Screencast | screencast.com | Yes | 4.8.0 |
|
||||
* | Amazon | amazon.com|com.mx|com.br|ca | Yes | 4.9.0 |
|
||||
* | Amazon | amazon.de|fr|it|es|in|nl|ru|co.uk | Yes | 4.9.0 |
|
||||
* | Amazon | amazon.co.jp|com.au | Yes | 4.9.0 |
|
||||
* | Amazon | amazon.com (com.mx, com.br, ca) | Yes | 4.9.0 |
|
||||
* | Amazon | amazon.de (fr, it, es, in, nl, ru, co.uk) | Yes | 4.9.0 |
|
||||
* | Amazon | amazon.co.jp (com.au) | Yes | 4.9.0 |)
|
||||
* | Amazon | amazon.cn | Yes | 4.9.0 |
|
||||
* | Amazon | a.co | Yes | 4.9.0 |
|
||||
* | Amazon | amzn.to|eu|in|asia | Yes | 4.9.0 |
|
||||
* | Amazon | amzn.to (eu, in, asia) | Yes | 4.9.0 |
|
||||
* | Amazon | z.cn | Yes | 4.9.0 |
|
||||
* | Someecards | someecards.com | Yes | 4.9.0 |
|
||||
* | Someecards | some.ly | Yes | 4.9.0 |
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-44332';
|
||||
$wp_version = '5.1-alpha-44333';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user