There are three mistakes in system_menu in system.module

Values of 'title' and 'description' in menu items should not be passed to function t.

The following lines have this problem:
980
981
972

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sebto’s picture

Assigned: Unassigned » sebto
Priority: Normal » Major
sebto’s picture

Assigned: sebto » Unassigned
xjm’s picture

Version: 7.9 » 8.x-dev
Priority: Major » Normal
xjm’s picture

Issue tags: +Novice

This would be a good issue for a novice to patch.

kathyh’s picture

Status: Active » Needs review
FileSize
1.22 KB

Patch to fix values of 'title' and 'description' in menu items should not be passed to function t in system.module.

Niklas Fiekas’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs backport to D7

Excellent. Exists in D7 too, but not in D6.

catch’s picture

Version: 8.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Committed/pushed to 8.x, moving to 7.x for backport.

pjcdawkins’s picture

Status: Patch (to be ported) » Needs review
FileSize
1.2 KB

It took a solid 15 minutes to run git clone but hopefully it was worth it - here you go, my first attempt at a core patch.

catch’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Well done! :) Applies perfectly!

Committed and pushed to 7.x. Thanks!

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