Removed reference to * from docs.
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 22 Oct 2012 23:39:07 +0000 (16:39 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 22 Oct 2012 23:39:07 +0000 (16:39 -0700)
Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7

includes/api/ApiQueryORM.php

index ace2105..f0c2b1b 100644 (file)
@@ -94,8 +94,8 @@ abstract class ApiQueryORM extends ApiQueryBase {
        }
 
        /**
-        * Get the request parameters, handle the * value for the props param
-        * and remove all params set to null (ie those that are not actually provided).
+        * Get the request parameters and remove all params set
+        * to null (ie those that are not actually provided).
         *
         * @since 1.21
         *