mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Move ParseUrl to Util namespace
This commit is contained in:
parent
d416243964
commit
1f805da94f
5 changed files with 6 additions and 6 deletions
|
@ -3,9 +3,9 @@
|
|||
* @file include/plaintext.php
|
||||
*/
|
||||
use Friendica\App;
|
||||
use Friendica\ParseUrl;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Object\Image;
|
||||
use Friendica\Util\ParseUrl;
|
||||
|
||||
require_once "include/bbcode.php";
|
||||
require_once "include/html2plain.php";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue