diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/web_services.php (renamed from engine/lib/api.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/api.php b/engine/lib/web_services.php index 2c566b479..b9c87843e 100644 --- a/engine/lib/api.php +++ b/engine/lib/web_services.php @@ -1,7 +1,7 @@ <?php /** - * Elgg API - * Functions and objects that make up the API engine. + * Elgg web services API + * Functions and objects for exposing custom web services. * * @package Elgg.Core * @subpackage WebServicesAPI |