mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
Update function calls
update function calls to new names
This commit is contained in:
parent
1a2b0b2565
commit
7f1fda43ae
7 changed files with 17 additions and 17 deletions
|
@ -186,7 +186,7 @@ function ijpost_send(&$a, &$b)
|
|||
if ($ij_username && $ij_password && $ij_blog) {
|
||||
$title = $b['title'];
|
||||
$post = BBCode::convert($b['body']);
|
||||
$post = XML::xmlify($post);
|
||||
$post = XML::escape($post);
|
||||
$tags = ijpost_get_tags($b['tag']);
|
||||
|
||||
$date = DateTimeFormat::convert($b['created'], $tz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue