mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:10:10 +00:00
Removed and replaced deprecated functionalities
This commit is contained in:
parent
cfac13790b
commit
eb1b2256a0
12 changed files with 29 additions and 230 deletions
|
@ -784,16 +784,6 @@ class HTML
|
|||
return $text;
|
||||
}
|
||||
|
||||
/**
|
||||
* return div element with class 'clear'
|
||||
* @return string
|
||||
* @deprecated
|
||||
*/
|
||||
public static function clearDiv()
|
||||
{
|
||||
return '<div class="clear"></div>';
|
||||
}
|
||||
|
||||
/**
|
||||
* Loader for infinite scrolling
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue