in
views/modules/node/views_handler_filter_node_type.inc
file there must be:
$options[$type] = t($info->name);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-420430.patch | 825 bytes | dawehner |
in
views/modules/node/views_handler_filter_node_type.inc
file there must be:
$options[$type] = t($info->name);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-420430.patch | 825 bytes | dawehner |
Comments
Comment #1
dawehnerthis makes sence for me
here is the same but as patch
Comment #2
milos1234 commentedisnt there some problem/bad-practice with putting variables inside t()
Comment #3
dawehnerafaik the nodetype is definitve called throught the t function, for example at node/add
additional the user doesn't change the nodetype often
but i'm not sure
Comment #4
merlinofchaos commentedCommitted to 2.x and 3.x branches.