Give grep a chance to find the usages
[lhc/web/wiklou.git] / includes / User.php
index 3c0e1f6..72f66f0 100644 (file)
@@ -3739,6 +3739,8 @@ class User {
                } elseif ( $type === true ) {
                        $message = 'confirmemail_body_changed';
                } else {
+                       // Give grep a chance to find the usages:
+                       // confirmemail_body_changed, confirmemail_body_set
                        $message = 'confirmemail_body_' . $type;
                }