Entered CC3.0 anchor text
This commit is contained in:
parent
1c60afb940
commit
e20c3e2b7c
@ -428,7 +428,7 @@ class RegisterAction extends Action
|
|||||||
$this->element('input', $attrs);
|
$this->element('input', $attrs);
|
||||||
$this->text(_('My text and files are available under '));
|
$this->text(_('My text and files are available under '));
|
||||||
$this->element('a', array('href' => common_config('license', 'url')),
|
$this->element('a', array('href' => common_config('license', 'url')),
|
||||||
common_config('license', 'title'));
|
common_config('license', 'title'), _("Creative Commons Attribution 3.0"));
|
||||||
$this->text(_(' except this private data: password, '.
|
$this->text(_(' except this private data: password, '.
|
||||||
'email address, IM address, phone number.'));
|
'email address, IM address, phone number.'));
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user