Squash merge branch linting

This commit is contained in:
Ben Goldsworthy 2021-04-26 17:15:48 +01:00
parent 0c7c0d155b
commit c8950e6d1a
35 changed files with 15883 additions and 1769 deletions

View file

@ -96,7 +96,7 @@ class Footnotes_WYSIWYG {
$l_str_starting_tag = Footnotes_Settings::instance()->get( Footnotes_Settings::C_STR_FOOTNOTES_SHORT_CODE_START_USER_DEFINED );
$l_str_ending_tag = Footnotes_Settings::instance()->get( Footnotes_Settings::C_STR_FOOTNOTES_SHORT_CODE_END_USER_DEFINED );
}
echo json_encode(
echo wp_json_encode(
array(
'start' => htmlspecialchars( $l_str_starting_tag ),
'end' => htmlspecialchars( $l_str_ending_tag ),