translation gettext …
-
“paid/free” are hard coded in wp-event-manager-function.php not using gettext …
if (!empty( $args['search_ticket_prices'])) { if($args['search_ticket_prices'][0]=='ticket_price_paid') { $ticket_price_value='paid'; } else if ($args['search_ticket_prices'][0]=='ticket_price_free') { $ticket_price_value='free'; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘translation gettext …’ is closed to new replies.