Looking at #2007052: Replace theme() with drupal_render() in views.module I struggle to see the point of it. We should just be trying to use actual render arrays instead of just replacing theme() with drupal_render and still rendering there and then....
Totally untested, let's see how this gets on.
| Comment | File | Size | Author |
|---|---|---|---|
| vdc.remove-drupal_render.patch | 18.98 KB | damiankloip |
Comments
Comment #1
damiankloip commentedComment #3
damiankloip commentedok, totally untested is a bad idea :)
Comment #10
berdirI'm going to guess that this isn't relevant anymore, the drupal_render() calls have been replaced and changing return values might break BC now if we'd still want to remove the calls entirely?