Skip to content

Commit

Permalink
code formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-blueastral committed Jan 24, 2024
1 parent 03844ba commit 5be820d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/display-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,7 @@ function dslc_json_decode( $raw_code, $ignore_migration = false ) {
$decoded = false;

if (dslc_is_json( $raw_code ) ) {
// if (false ) {
$decoded = json_decode( $raw_code, true );
$decoded = json_decode( $raw_code, true );
}
else{
// $raw_code = maybe_unserialize( stripslashes($raw_code) );
Expand Down

0 comments on commit 5be820d

Please sign in to comment.