| Control statements should have one space between the control keyword and opening parenthesis | Other | views_plugin_display_i18n_page.inc | 49 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_plugin_display_i18n_page.inc | 127 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_plugin_display_i18n_page.inc | 128 | N/A |  |
| There should be no trailing spaces | Other | views_plugin_display_i18n_page.inc | 152 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | views_plugin_display_i18n_page.inc | 159 | N/A |  |
| Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | views_plugin_display_i18n_page.inc | 172 | N/A |  |