@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | |
57 | 57 | // do not delete! |
58 | - parent::__construct(); |
|
58 | + parent::__construct(); |
|
59 | 59 | |
60 | 60 | } |
61 | 61 |
@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | |
48 | 48 | // do not delete! |
49 | - parent::__construct(); |
|
49 | + parent::__construct(); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 |
@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | |
48 | 48 | // do not delete! |
49 | - parent::__construct(); |
|
49 | + parent::__construct(); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 |
@@ -42,7 +42,7 @@ |
||
42 | 42 | |
43 | 43 | |
44 | 44 | // do not delete! |
45 | - parent::__construct(); |
|
45 | + parent::__construct(); |
|
46 | 46 | |
47 | 47 | } |
48 | 48 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | |
43 | 43 | // do not delete! |
44 | - parent::__construct(); |
|
44 | + parent::__construct(); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 |
@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | |
50 | 50 | // do not delete! |
51 | - parent::__construct(); |
|
51 | + parent::__construct(); |
|
52 | 52 | |
53 | 53 | } |
54 | 54 |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | ); |
45 | 45 | |
46 | 46 | |
47 | - // Create an acf version of the_content filter (acf_the_content) |
|
47 | + // Create an acf version of the_content filter (acf_the_content) |
|
48 | 48 | if( !empty($GLOBALS['wp_embed']) ) { |
49 | 49 | |
50 | 50 | add_filter( 'acf_the_content', array( $GLOBALS['wp_embed'], 'run_shortcode' ), 8 ); |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | |
74 | 74 | |
75 | 75 | // do not delete! |
76 | - parent::__construct(); |
|
76 | + parent::__construct(); |
|
77 | 77 | |
78 | 78 | } |
79 | 79 |
@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | |
248 | 248 | |
249 | 249 | $form_fields[ 'acf-form-data' ] = array( |
250 | - 'label' => '', |
|
250 | + 'label' => '', |
|
251 | 251 | 'input' => 'html', |
252 | 252 | 'html' => $html |
253 | 253 | ); |
@@ -284,8 +284,8 @@ discard block |
||
284 | 284 | } |
285 | 285 | |
286 | 286 | |
287 | - // validate and save |
|
288 | - if( acf_validate_save_post(true) ) { |
|
287 | + // validate and save |
|
288 | + if( acf_validate_save_post(true) ) { |
|
289 | 289 | |
290 | 290 | acf_save_post( $post['ID'] ); |
291 | 291 |
@@ -258,8 +258,8 @@ |
||
258 | 258 | } |
259 | 259 | |
260 | 260 | |
261 | - // validate and save |
|
262 | - if( acf_validate_save_post(true) ) { |
|
261 | + // validate and save |
|
262 | + if( acf_validate_save_post(true) ) { |
|
263 | 263 | |
264 | 264 | acf_save_post( "comment_{$comment_id}" ); |
265 | 265 |