• Resolved estalhun

    (@estalhun)


    Hi,

    Is there possibility to change ‘main_text’ and ‘link_text’ to gettext method?

    43 main_text = ( ! empty( $options['main_text'] ) ) ? $options['main_text'] : self::$default_main_text;
    44 $link_text = ( ! empty( $options['link_text'] ) ) ? $options['link_text'] : self::$default_link_text;

    It is necessary for multi-language sites.

    Regards,
    Estal

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘gettext main_text and link_text’ is closed to new replies.