diff options
author | Friendika <info@friendika.com> | 2011-09-24 05:45:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-24 05:45:34 -0700 |
commit | 6a9e22550d82595c4341290ca26e3afc5fe6300f (patch) | |
tree | 67e438023cdc40ff7a2b36b6c488bf77ef80fe74 /include/text.php | |
parent | b13f81bdc5ec11af4c982d78f066102b9626a99a (diff) | |
download | volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.tar.gz volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.tar.bz2 volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.zip |
.
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/text.php b/include/text.php index 37af65c70..cc1818163 100644 --- a/include/text.php +++ b/include/text.php @@ -925,9 +925,6 @@ function base64url_decode($s) { return base64_decode(strtr($s,'-_','+/')); } -function cc_license() { -return '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>'; -} if (!function_exists('str_getcsv')) { function str_getcsv($input, $delimiter = ',', $enclosure = '"', $escape = '\\', $eol = '\n') { |