From a5594e7b07ae19eb68431b911929bad74755007c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 9 Jan 2019 10:53:14 +0000 Subject: [PATCH] Embeds: Fix typo introduced in [44484]. Props JustinSainton. Fixes #45036. git-svn-id: https://develop.svn.wordpress.org/trunk@44511 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 24072fcefe..a66f58686c 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -172,7 +172,7 @@ class WP_oEmbed { * | CollegeHumor | collegehumor.com | Yes | 4.0.0 | * | Issuu | issuu.com | Yes | 4.0.0 | * | Mixcloud | mixcloud.com | Yes | 4.0.0 | - * | Crowdsigna | poll.fm | Yes | 4.0.0 | + * | Crowdsignal | poll.fm | Yes | 4.0.0 | * | TED | ted.com | Yes | 4.0.0 | * | YouTube | youtube.com/playlist | Yes | 4.0.0 | * | Tumblr | tumblr.com | Yes | 4.2.0 |