Cannot translate “Feature”
-
Hello,
In line 264-265, is not properly coded for translation. It should be:
$name = __( ‘Features’, ‘agentpress-listings’ );
$singular_name = __( ‘Feature’, ‘agentpress-listings’ );instead of:
$name = ‘Features’;
$singular_name = ‘Feature’;Please change it for next release.
Thanks!The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cannot translate “Feature”’ is closed to new replies.