diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:59:51 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:59:51 -0700 |
commit | 5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2 (patch) | |
tree | 77f218c70fb424a0e473b76159a89a87de0ec683 /include/identity.php | |
parent | a3c37f145817407df28e9ffea6a83a6cd2b31cdd (diff) | |
download | volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.gz volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.bz2 volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.zip |
second pass name change
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php index 7884c04d2..fa2e27355 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1371,7 +1371,7 @@ function get_default_profile_photo($size = 175) { } /** - * @brief Test whether a given identity is NOT a member of the Red Matrix. + * @brief Test whether a given identity is NOT a member of the Hubzilla. * * @param string $s; * xchan_hash of the identity in question @@ -1382,7 +1382,7 @@ function is_foreigner($s) { } /** - * @brief Test whether a given identity is a member of the Red Matrix. + * @brief Test whether a given identity is a member of the Hubzilla. * * @param string $s; * xchan_hash of the identity in question |