Passed
Push — develop ( 0cea4c...71a67f )
by Paul
04:07
created
castor.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.