diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:30:55 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:30:55 -0500 |
commit | 3426ce5f94b660d417b29fc2767b3c6487df8a4c (patch) | |
tree | 5d1d63ce1f26d4e3ed7a23e7e9d7b3c16aeffe8b /include | |
parent | cb1c6dd1e37ccbbea47867faf0142e5d2f653624 (diff) | |
parent | 6a9e22550d82595c4341290ca26e3afc5fe6300f (diff) | |
download | volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.gz volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.bz2 volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include')
-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') { |