Skip to content

Commit bb9749e

Browse files
committed
fixed wordpress oembed provider
1 parent ad5a6e1 commit bb9749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/WordPress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function getEndPoint()
2222
*/
2323
public static function getPatterns()
2424
{
25-
return ['https?://wordddpress.tv/*'];
25+
return ['https?://wordpress.tv/*'];
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)