Plugin Directory

Changeset 3305515


Ignore:
Timestamp:
06/03/2025 07:34:01 AM (10 months ago)
Author:
vaksin
Message:

hot fix

Location:
radas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • radas/tags/0.2.6/admin/option-page.php

    r3305507 r3305515  
    373373        }   
    374374
    375         if( WPML::is_active() && !in_array( $field->type, $this->get_wpml_non_translated_field_type() ) ) {
    376             $value = apply_filters( 'wpml_translate_string', $value , $field->id, $this->get_wpml_package_kind() );   
    377         }       
    378 
    379375        if( array_key_exists('format', $args) && $args['format'] == 'raw' ){
    380376            return $value ;
  • radas/trunk/admin/option-page.php

    r3305507 r3305515  
    373373        }   
    374374
    375         if( WPML::is_active() && !in_array( $field->type, $this->get_wpml_non_translated_field_type() ) ) {
    376             $value = apply_filters( 'wpml_translate_string', $value , $field->id, $this->get_wpml_package_kind() );   
    377         }       
    378 
    379375        if( array_key_exists('format', $args) && $args['format'] == 'raw' ){
    380376            return $value ;
Note: See TracChangeset for help on using the changeset viewer.