X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=wppost%2Fwppost.php;h=10437a06656e403e977a508011ccf56e3df2f714;hb=dd08a0164894ef192111a3fc20124797ab8eee15;hp=931b6d8188ca20e8dfe1b8fb2ba46328501c03ea;hpb=4ff1508321ae1c47784d4e67390dac5ad9ebdc83;p=friendica-addons.git diff --git a/wppost/wppost.php b/wppost/wppost.php index 931b6d81..10437a06 100755 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -257,7 +257,7 @@ function wppost_send(&$a,&$b) { $title = html2plain(bbcode($title, false, false), 0, true)."\n"; $pos = strpos($title, "\n"); $trailer = ""; - if (($pos == 0) or ($pos > 100)) { + if (($pos == 0) || ($pos > 100)) { $pos = 100; $trailer = "..."; }