@@ -24,7 +24,8 @@ |
||
24 | 24 | |
25 | 25 | if (version_compare($wp_version, '5.3', '<')) { |
26 | 26 | require_once ABSPATH.'/'.WPINC.'/class-oembed.php'; |
27 | -} else { |
|
27 | +} |
|
28 | +else { |
|
28 | 29 | require_once ABSPATH.'/'.WPINC.'/class-wp-oembed.php'; |
29 | 30 | } |
30 | 31 |