mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
article: unify naming
This commit is contained in:
@@ -65,7 +65,7 @@ class Note extends Plugin {
|
||||
WHERE ref_id = ? AND owner_uid = ?");
|
||||
$sth->execute([$note, $id, $_SESSION['uid']]);
|
||||
|
||||
$formatted_note = Article::format_article_note($id, $note);
|
||||
$formatted_note = Article::_format_note_html($id, $note);
|
||||
|
||||
print json_encode(array("note" => $formatted_note,
|
||||
"raw_length" => mb_strlen($note)));
|
||||
|
||||
Reference in New Issue
Block a user