Evidently something changed about the output of hook_mysite_theme() that caused the output to be split into an array containing two keys: headline and example. I guess this is now handled by mysite_edit_format() but it doesn't take this area into consideration. So, a little short-term hackery...

(see attached)

Comments

agentrickard’s picture

Crap. You're right. I missed that when I made the changes to fix http://drupal.org/node/150654.

Nice catch. Sorry.

agentrickard’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new4.86 KB

The patch works as advertised. Good job.

One note: Your patch is formatted with DOS linebreaks. Drupal standard is UNIX: http://drupal.org/patch/create.

The patch will still apply, but when downloaded to a non-Windows machine, the file becomes unreadable.

Attached is a UNIX-formatted version of the same patch.

This patch should be applied by all users until the release of 5.x.2.15.

agentrickard’s picture

Patch also worked against HEAD. RTBC.

agentrickard’s picture

StatusFileSize
new6.11 KB

Actually, the first patch does not address the table-formatting issue that spawned the change in the first place.

The attached patch is the "correct" fix and has been committed.

agentrickard’s picture

Priority: Normal » Critical
Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.