mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
This commit is contained in:
parent
e09e16fd56
commit
ca3c45101e
19 changed files with 76 additions and 71 deletions
|
@ -313,10 +313,9 @@ EOT;
|
|||
|
||||
logger('wppost: data: ' . $xml, LOGGER_DATA);
|
||||
|
||||
if($wp_blog !== 'test') {
|
||||
$x = post_url($wp_blog,$xml);
|
||||
if ($wp_blog !== 'test') {
|
||||
$x = Network::postURL($wp_blog, $xml);
|
||||
}
|
||||
logger('posted to wordpress: ' . (($x) ? $x : ''), LOGGER_DEBUG);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue