From: kaldari Date: Mon, 24 Nov 2014 22:19:09 +0000 (-0800) Subject: Fixing confusing function description X-Git-Tag: 1.31.0-rc.0~13072^2 X-Git-Url: http://git.cyclocoop.org/%27%2C%20%20%20quote_amp%28%24url%29%2C%20%20%20%27?a=commitdiff_plain;h=18113305f3769545fe06454aec05f63b5155abb6;p=lhc%2Fweb%2Fwiklou.git Fixing confusing function description Grammar was ambiguous. Change-Id: I463778c04bdb2b0e0f6e9ed7794c67e63500d280 --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 3f84f2a786..944b5ef714 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -284,7 +284,8 @@ abstract class ApiBase extends ContextSource { } /** - * Indicates whether this module is "internal" or unstable + * Indicates whether this module is "internal" + * Internal API modules are not (yet) intended for 3rd party use and may be unstable. * @since 1.25 * @return bool */