summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-05 08:43:48 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-05 08:43:48 -0700
commita9e52c050346f36b6e09e481e4de8afffc5c85f5 (patch)
tree145a818f2e0a3c937df5ff05dc6174882aebb27b /includes/install.inc
parent63885573b66950ded8d5b81b2563b760b1d748f5 (diff)
downloadbrdo-a9e52c050346f36b6e09e481e4de8afffc5c85f5.tar.gz
brdo-a9e52c050346f36b6e09e481e4de8afffc5c85f5.tar.bz2
Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions.
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 089cdee8f..516e14618 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -1183,10 +1183,11 @@ function drupal_check_module($module) {
* dependencies[] = dblog
* @endcode
*
- * @param profile
+ * @param $profile
* Name of profile.
- * @param locale
+ * @param $locale
* Name of locale used (if any).
+ *
* @return
* The info array.
*/