mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 16:09:15 +00:00
split some more functions from functions.php
This commit is contained in:
@@ -1287,4 +1287,11 @@
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
function make_guid_from_title($title) {
|
||||
return preg_replace("/[ \"\',.:;]/", "-",
|
||||
mb_strtolower(strip_tags($title), 'utf-8'));
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user