diff options
author | addshore <addshorewiki@gmail.com> | 2014-03-09 21:22:47 +0100 |
---|---|---|
committer | Siebrand <siebrand@kitano.nl> | 2014-03-10 09:04:08 +0000 |
commit | 719d7a2f030994213de3eadde5e20fe54c8159cf (patch) | |
tree | 46e785fc2306c6b826597d3a31937b0a9732cc24 /includes/api/ApiQueryExternalLinks.php | |
parent | ff7d760e797d7af0df5efba8ce4f5e6328f65675 (diff) | |
download | mediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.tar.gz mediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.zip |
Add final period to API module descriptions
Change-Id: Icae68c1ab1fd0006e00a3a9a56ae8f831d3d0d45
Diffstat (limited to 'includes/api/ApiQueryExternalLinks.php')
-rw-r--r-- | includes/api/ApiQueryExternalLinks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryExternalLinks.php b/includes/api/ApiQueryExternalLinks.php index 5803ea7b449c..f7a0958dacd6 100644 --- a/includes/api/ApiQueryExternalLinks.php +++ b/includes/api/ApiQueryExternalLinks.php @@ -150,7 +150,7 @@ class ApiQueryExternalLinks extends ApiQueryBase { } public function getDescription() { - return 'Returns all external URLs (not interwikis) from the given page(s)'; + return 'Returns all external URLs (not interwikis) from the given page(s).'; } public function getPossibleErrors() { |