mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Minor improvements (#809)
* Minor improvements * Fix * Fix * Update functions.php
This commit is contained in:
parent
07f8d85740
commit
79b2677809
5 changed files with 7 additions and 15 deletions
|
@ -1781,11 +1781,6 @@ function decode_text_match($txt)
|
|||
return str_replace(''', "'", $txt);
|
||||
}
|
||||
|
||||
function pad_with_space($str)
|
||||
{
|
||||
return $str ? " $str " : $str;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create magnet link
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue