mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
16c3c2b93a
commit
88ca2f5a1e
12 changed files with 2 additions and 24 deletions
|
@ -342,9 +342,6 @@ function tumblr_send(&$a,&$b) {
|
|||
$tmbl_blog = 'blog/'.$page.'/post';
|
||||
|
||||
if($oauth_token && $oauth_token_secret && $tmbl_blog) {
|
||||
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
$tag_arr = [];
|
||||
$tags = '';
|
||||
$x = preg_match_all('/\#\[(.*?)\](.*?)\[/',$b['tag'],$matches,PREG_SET_ORDER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue