X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Feditpost.php;h=afa9d98682c3d630bc2161d395b541f62bc69c9c;hb=7eef05e4f5ac6b5d47d7b194599670d0f848415e;hp=d6539e10782a55da57068903c8ccc8ef0265572d;hpb=5635fe250ca4ef8e1dcf12cfe0f49b2a23c86b16;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index d6539e1078..afa9d98682 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -1,6 +1,6 @@ ' . t("Post to Email") . ''; - } + }*/ call_hooks('jot_tool', $jotplugins); - call_hooks('jot_networks', $jotnets); + //call_hooks('jot_networks', $jotnets); //$tpl = replace_macros($tpl,array('$jotplugins' => $jotplugins)); @@ -130,7 +133,7 @@ function editpost_content(&$a) { '$emailcc' => t('CC: email addresses'), '$public' => t('Public post'), '$jotnets' => $jotnets, - '$title' => $itm[0]['title'], + '$title' => htmlspecialchars($itm[0]['title']), '$placeholdertitle' => t('Set title'), '$category' => file_tag_file_to_list($itm[0]['file'], 'category'), '$placeholdercategory' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''),