Remove references to include/bbcode.php

This commit is contained in:
Hypolite Petovan 2018-02-14 22:04:06 -05:00
parent 16c3c2b93a
commit 88ca2f5a1e
12 changed files with 2 additions and 24 deletions

View file

@ -179,9 +179,6 @@ function ljpost_send(&$a,&$b) {
$lj_blog = xmlify('http://www.livejournal.com/interface/xmlrpc');
if($lj_username && $lj_password && $lj_blog) {
require_once('include/bbcode.php');
$title = xmlify($b['title']);
$post = BBCode::convert($b['body']);
$post = xmlify($post);