Download & Extend

wrong css class in template.php line 26

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

Assigned to:Anonymous» SteveK
Status:needs review» closed (won't fix)

we've removed wireframe mode from 3.x branch as it's no longer applicable.