mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
Review updates
update renamed and moved functions
This commit is contained in:
parent
ca3c45101e
commit
f151406355
19 changed files with 37 additions and 36 deletions
|
@ -314,7 +314,7 @@ EOT;
|
|||
logger('wppost: data: ' . $xml, LOGGER_DATA);
|
||||
|
||||
if ($wp_blog !== 'test') {
|
||||
$x = Network::postURL($wp_blog, $xml);
|
||||
$x = Network::post($wp_blog, $xml);
|
||||
}
|
||||
logger('posted to wordpress: ' . (($x) ? $x : ''), LOGGER_DEBUG);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue