Remove/Update references to include/html2*.php
This commit is contained in:
parent
5e806ff598
commit
789561c7a2
18 changed files with 2 additions and 24 deletions
|
@ -368,8 +368,6 @@ function display_content(App $a, $update = false, $update_uid = 0) {
|
|||
$o .= conversation($a, $items, 'display', $update_uid);
|
||||
|
||||
// Preparing the meta header
|
||||
require_once 'include/html2plain.php';
|
||||
|
||||
$description = trim(HTML::toPlaintext(BBCode::convert($s[0]["body"], false), 0, true));
|
||||
$title = trim(HTML::toPlaintext(BBCode::convert($s[0]["title"], false), 0, true));
|
||||
$author_name = $s[0]["author-name"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue