diff --git a/src/wp-content/themes/positive/functions.php b/src/wp-content/themes/positive/functions.php index ed475de..ba0bb52 100644 --- a/src/wp-content/themes/positive/functions.php +++ b/src/wp-content/themes/positive/functions.php @@ -820,4 +820,6 @@ function insert_clearfix_after_contents( $content ) { * @since 1.0 **/ if ( defined ( 'DOING_AJAX' ) && DOING_AJAX ) - add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 ); \ No newline at end of file + add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 ); + + diff --git a/src/wp-content/themes/positive/includes/functions/user_functions.php b/src/wp-content/themes/positive/includes/functions/user_functions.php index 32bb2b8..a04ba09 100644 --- a/src/wp-content/themes/positive/includes/functions/user_functions.php +++ b/src/wp-content/themes/positive/includes/functions/user_functions.php @@ -1,5 +1,4 @@