Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2012 at 11:41 UTC
Updated:
14 Apr 2012 at 19:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
webflo commentedCore uses spaces in those strings. see theme_options_none()
Comment #2
webflo commentedComment #3
tobiasbthx ;-)
Comment #4
dawehnerEven i think any kind of string change is bad this place shouldn't be used that often, committed to 7.x-3.x
Comment #5
hass commentedThere is something very bad in code...
OLD_ANY need to be killed from code.
Comment #6
dawehnerThat's just an admin settings page and well if the internal value is stored as "old_any" and "new_any", sure you can update them but just for a not easy to understand array key?
PS: That's somehow out of scope of that issue, you know that.
Comment #7
hass commentedThe problem is wth core trying to detect this as html tag on transation import. As it's not a tag it will fail. This case is related as it discusses a generic issue that is 100% the same.
Comment #8.0
(not verified) commentedadded the code wrapper