The EOL constant is removed
This commit is contained in:
parent
285079c12b
commit
b3195504f1
3 changed files with 7 additions and 8 deletions
|
@ -248,8 +248,7 @@ function wppost_send(App $a, array &$b)
|
|||
|
||||
$wp_backlink = intval(DI::pConfig()->get($b['uid'],'wppost','backlink'));
|
||||
if($wp_backlink && $b['plink']) {
|
||||
$post .= EOL . EOL . '<a href="' . $b['plink'] . '">'
|
||||
. $wp_backlink_text . '</a>' . EOL . EOL;
|
||||
$post .= '<p><a href="' . $b['plink'] . '">' . $wp_backlink_text . '</a><p/>';
|
||||
}
|
||||
|
||||
$post = XML::escape($post);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue