Merge "Removed reference to * from docs."
authorReedy <reedy@wikimedia.org>
Tue, 23 Oct 2012 19:30:41 +0000 (19:30 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 23 Oct 2012 19:30:41 +0000 (19:30 +0000)
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
         *