diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 23:03:54 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-10 23:03:54 -0700 |
commit | a42c9616f97125b059f395b9b023fe1516a52d75 (patch) | |
tree | efbdee7ae3b880367c8a59ac50111b2f097e11d5 /mod/profiles.php | |
parent | b9bbe0cec290e9d5c3363ff272aa89de4716345d (diff) | |
download | volse-hubzilla-a42c9616f97125b059f395b9b023fe1516a52d75.tar.gz volse-hubzilla-a42c9616f97125b059f395b9b023fe1516a52d75.tar.bz2 volse-hubzilla-a42c9616f97125b059f395b9b023fe1516a52d75.zip |
contact editor
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 26776ff60..3f5980ba6 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -292,7 +292,7 @@ function profiles_content(&$a) { '$baseurl' => $a->get_baseurl(), '$profile_id' => $r[0]['id'], '$profile_name' => $r[0]['profile-name'], - '$default' => (($is_default) ? "<p id=\"profile-edit-default-desc\">This is your <strong>public</strong> profile.</p>" : ""), + '$default' => (($is_default) ? "<p id=\"profile-edit-default-desc\">This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.</p>" : ""), '$name' => $r[0]['name'], '$dob' => dob($r[0]['dob']), '$hide_birth' => (($r[0]['dob_hide']) ? " checked=\"checked\" " : ""), |