Advertisement:

Author Topic: [Bug] Missing translation namespace  (Read 677 times)

destabilizator

  • Newbie
  • *
  • Posts: 24
[Bug] Missing translation namespace
« on: July 09, 2015, 03:01:24 pm »
In /bender/functions.php

Code: [Select]
'name' => __('Public Profile'),
needs to be

Code: [Select]
'name' => __('Public Profile', 'bender'),
Otherwise the translation is not pulled (rest of the items in this side menu are from bender namespace).