Update function calls

update function calls to new names
This commit is contained in:
Adam Magness 2018-11-04 08:24:49 -05:00
parent 1a2b0b2565
commit 7f1fda43ae
7 changed files with 17 additions and 17 deletions

View file

@ -190,7 +190,7 @@ function dwpost_send(App $a, array &$b)
if ($dw_username && $dw_password && $dw_blog) {
$title = $b['title'];
$post = BBCode::convert($b['body']);
$post = XML::xmlify($post);
$post = XML::escape($post);
$tags = dwpost_get_tags($b['tag']);
$date = DateTimeFormat::convert($b['created'], $tz);