todo: Port theme function call to use $vars

Bug #454713 reported by Daniel Wehner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Views for Drupal 7
New
Undecided
Unassigned

Bug Description

There are mmaaaaaaaany places where theme('foo', $var1, $var2, $var3); is used

In Drupal7 it is used with

theme('foo', array(
  'var1' => $var1,
  'var2' => $var2,
  'var3' => $var3
));

See the attachments for possible places.

Tags: todo
Revision history for this message
Daniel Wehner (dereine) wrote :
tags: added: todo
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.