Posted by enzipher on November 5, 2007 at 7:12pm
Jump to:
| Project: | NodeReview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Crell |
| Status: | closed (fixed) |
Issue Summary
Row 169 in nodereview.module should include the t()-function as shown below.
Before:
169: 'title' => 'Reviews',After:
169: 'title' => t('Reviews'),
Comments
#1
Right you are. Fixed.
#2
Automatically closed -- issue fixed for two weeks with no activity.