Page MenuHomePhabricator

Change wfMsg to wfMsgForContent for message "pfunc_max_ifexist_category"
Closed, ResolvedPublic

Description

In ParserFunctions.php there is

wfMsg( 'pfunc_max_ifexist_category' )

but it should be

wfMsgForContent( 'pfunc_max_ifexist_category' )

If you now just change your user interface language, you see the category in that language.
With wfMsgForContent you'll see it in the normal content language.


Version: unspecified
Severity: enhancement

Details

Reference
bz12739

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:01 PM
bzimport set Reference to bz12739.
bzimport added a subscriber: Unknown Object (MLST).