Use "convertForUriId" when possible
This commit is contained in:
@@ -178,7 +178,7 @@ function ijpost_send(&$a, &$b)
|
||||
|
||||
if ($ij_username && $ij_password && $ij_blog) {
|
||||
$title = $b['title'];
|
||||
$post = BBCode::convert($b['body']);
|
||||
$post = BBCode::convertForUriId($b['uri-id'], $b['body'], BBCode::CONNECTORS);
|
||||
$post = XML::escape($post);
|
||||
$tags = Tag::getCSVByURIId($b['uri-id'], [Tag::HASHTAG]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user