When viewing a pending revision you set a message to display latest editor of this revision. However the link to editors profile is displayed as raw html text. In content_moderation.module, lines 190ff. the code should be changed (replacing @author by !author):

        drupal_set_message(
          t('The revision of this node has been created on @date by !author.',
            array(
             '@date'=> format_date($node->revision_timestamp, 'small'),
             '!author'=> theme('username', $revision_author)
            )
          )
        );

Best,
Paul

CommentFileSizeAuthor
#1 editor_link.patch753 bytesbroon

Comments

broon’s picture

StatusFileSize
new753 bytes

Quick patch. (created on Windows machine)

eugenmayer’s picture

Status: Needs review » Fixed

Thank you for the patch sin.star.

Applied.

eugenmayer’s picture

Status: Fixed » Closed (fixed)

fixed and released in 1.1