Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Nov 12, 2018
1 parent 8ba670e commit 2bd59a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/contact-form/grunion-contact-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ private static function register_contact_form_blocks() {
) );
}


public static function gutenblock_render_form( $atts, $content ) {
return Grunion_Contact_Form::parse( $atts, do_blocks( $content ) );
}
Expand Down Expand Up @@ -3271,7 +3270,7 @@ function grunion_delete_old_spam() {
*
* @param bool $filter Should Jetpack optimize the table, defaults to false.
*/
apply_filters( 'grunion_optimize_table', false )
apply_filters( 'grunion_optimize_table', false )
) {
$wpdb->query( "OPTIMIZE TABLE $wpdb->posts" );
}
Expand Down

0 comments on commit 2bd59a1

Please sign in to comment.