diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/util.php b/lib/util.php index 997f32430..1aa9d2944 100644 --- a/lib/util.php +++ b/lib/util.php @@ -998,13 +998,6 @@ function common_notice_form($action=NULL, $content=NULL) { common_element_end('form'); } -function common_mint_tag($extra) { - global $config; - return - 'tag:'.$config['tag']['authority'].','. - $config['tag']['date'].':'.$config['tag']['prefix'].$extra; -} - # Should make up a reasonable root URL function common_root_url() { |