1
0
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:
Andrew Dolgov
2013-01-22 22:32:17 +04:00
parent 04f60eb729
commit 87d7e8507a
8 changed files with 666 additions and 655 deletions

View File

@@ -1287,4 +1287,11 @@
return "";
}
function make_guid_from_title($title) {
return preg_replace("/[ \"\',.:;]/", "-",
mb_strtolower(strip_tags($title), 'utf-8'));
}
?>