Drupal coding standards
NancyDru - September 29, 2008 - 17:24
| Project: | Taxonomy Super Select |
| Version: | 5.x-1.5-1 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
The attached patch to the 5.x-1.5.1 release (1.7 2007/02/20 02:05:42) fixes coding standards violations. It also changes incorrect t() uses [e.g. t($term->name) is invalid; I changed them to check_plain($term->name) to try to avoid potential XSS attacks).
| Attachment | Size |
|---|---|
| tss_01.patch | 19.48 KB |

#1
This is now in 5.x-1.10.
#2
Automatically closed -- issue fixed for two weeks with no activity.