mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Updater
This commit is contained in:
parent
29f35bfc01
commit
3d01373ba0
4 changed files with 4 additions and 4 deletions
2
ajax.php
2
ajax.php
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace TorrentPier;
|
|||
|
||||
/**
|
||||
* Class Attach
|
||||
* @package TorrentPier\Legacy
|
||||
* @package TorrentPier
|
||||
*/
|
||||
class Attach
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace TorrentPier;
|
|||
|
||||
/**
|
||||
* Class AttachPosting
|
||||
* @package TorrentPier\Legacy
|
||||
* @package TorrentPier
|
||||
*/
|
||||
class AttachPosting extends Attach
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue