Posted by thomasgick on December 2, 2011 at 4:58pm
2 followers
Jump to:
| Project: | Basic |
| Version: | 7.x-2.0-rc3 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | SteveK |
| Status: | closed (won't fix) |
Issue Summary
to be consistent with css it should be used class "with-wireframes".
$vars['classes_array'][] = 'wireframe-mode'; // wrong
$vars['classes_array'][] = 'with-wireframes'; // right
Comments
#1
we've removed wireframe mode from 3.x branch as it's no longer applicable.