Passed
Pull Request — master (#255)
by
unknown
04:18
created
inc/theContentFix.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     }
16 16
 }
17 17
 
18
-add_filter('wp_insert_post_data', function ($data, $postArr) {
18
+add_filter('wp_insert_post_data', function($data, $postArr) {
19 19
     if (
20 20
         in_array(
21 21
             $postArr['post_type'],
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     return $data;
38 38
 }, 99, 2);
39 39
 
40
-add_shortcode('flyntTheContent', function ($attrs) {
40
+add_shortcode('flyntTheContent', function($attrs) {
41 41
     $postId = $attrs['id'];
42 42
     // in case the post id was not set correctly and is 0
43 43
     if (!empty($postId)) {
Please login to merge, or discard this patch.