diff options
author | redmatrix <git@macgirvin.com> | 2016-08-22 20:05:25 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-22 20:05:25 -0700 |
commit | b89c869e7ce2586852607a55717f5388c88e275d (patch) | |
tree | d76c0c76e348d92d392c2e1f25b12a7abeba51f4 /include/api.php | |
parent | fbb357ac47f0c5823dd30aa9b955982035cef8ba (diff) | |
parent | 1a506ad49cdec5cd69c3081b15a3557b16a45a7e (diff) | |
download | volse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.tar.gz volse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.tar.bz2 volse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.zip |
Merge branch '1.12RC'
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index df6aba957..b11e2c351 100644 --- a/include/api.php +++ b/include/api.php @@ -13,7 +13,7 @@ require_once('include/api_auth.php'); /* * - * Red API. Loosely based on and possibly compatible with a Twitter-Like API but all similarities end there. + * Hubzilla API. Loosely based on and possibly compatible with Twitter-Like (v1.0) API but all similarities end there. * */ |