Move include/bbcode to src/ part 2: bbcode() #533

Merged
MrPetovan merged 5 commits from task/3878-move-include-bbcode-to-src into develop 2018-02-15 21:35:26 +01:00
Showing only changes of commit 16c3c2b93a - Show all commits

View file

@ -180,7 +180,6 @@ function ijpost_send(&$a,&$b) {
if($ij_username && $ij_password && $ij_blog) {
require_once('include/bbcode.php');
require_once('include/datetime.php');
$title = $b['title'];
$post = BBCode::convert($b['body']);