In includes/destinations.inc:

t('Save the backup files to a bucket on your !link.', array('!link' => l(t('Amazon S3  account'), 'http://aws.amazon.com/s3/')))

This doesn't follow the guidelines for inline links in t() and also causes a random failure when rebuilding menus due to the the call to l() before the theme registry is ready.

CommentFileSizeAuthor
#1 2017027-fix-s3-string-link.patch804 bytesdave reid

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new804 bytes
ronan’s picture

Status: Needs review » Fixed

Patch committed. Thanks!

Status: Fixed » Closed (fixed)

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