context_blocks should add content from drupal_get_content() to its output like core theme_blocks does

Comments

vectoroc’s picture

Here is my monkey patch.
Also as far as I understand patch from #633778: Conflict with themes implementing theme_blocks() should work too

vectoroc’s picture

Status: Active » Needs review
hefox’s picture

From reading the problem in #916194: Block regions missing from admin/build/block this seems likely to fix the bug there also.

afox’s picture

Seems to work as it should! Simple enough.
+1 for RTBC.

Old issue, but should affect quite a many devs. Funny that it hasn't been active.