This commit is contained in:
Roman Kelesidis 2025-03-01 20:58:02 +03:00
commit 3d01373ba0
4 changed files with 4 additions and 4 deletions

View file

@ -41,5 +41,5 @@ $ajax->exec();
/**
* @deprecated ajax_common
* Dirty class removed from here since 2.2.0
* To add new actions see at src/Legacy/Ajax.php
* To add new actions see at src/Ajax.php
*/

View file

@ -383,7 +383,7 @@ function add_search_words($post_id, $post_message, $topic_title = '', $only_retu
/**
* Dirty class removed from here since 2.2.0
* To add new bbcodes see at src/Legacy/BBCode.php
* To add new bbcodes see at src/BBCode.php
*/
function bbcode2html($text)

View file

@ -11,7 +11,7 @@ namespace TorrentPier;
/**
* Class Attach
* @package TorrentPier\Legacy
* @package TorrentPier
*/
class Attach
{

View file

@ -11,7 +11,7 @@ namespace TorrentPier;
/**
* Class AttachPosting
* @package TorrentPier\Legacy
* @package TorrentPier
*/
class AttachPosting extends Attach
{