Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Oct 11, 2024
2 parents 1ee55db + 4f653ae commit 7d27522
Show file tree
Hide file tree
Showing 93 changed files with 3,324 additions and 3,193 deletions.
2 changes: 1 addition & 1 deletion bin/template_ref_json.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
'methods' => array_values($parsedMethods),
];

file_put_contents($output_dir.'/'.$templatetag.'.json', json_encode($classdoc), LOCK_EX);
file_put_contents($output_dir.'/'.$templatetag.'.json', wp_json_encode($classdoc), LOCK_EX);
}
Loading

0 comments on commit 7d27522

Please sign in to comment.