Minor improvements (#809)

* Minor improvements

* Fix

* Fix

* Update functions.php
This commit is contained in:
Roman Kelesidis 2023-06-13 13:26:56 +07:00 committed by GitHub
commit 79b2677809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 15 deletions

View file

@ -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
*