Plugin Directory

Changeset 2824716


Ignore:
Timestamp:
11/27/2022 02:42:22 AM (3 years ago)
Author:
codingchicken
Message:

Adjust unsupported field message as it was set incorrectly when the release was made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • importer-for-crocoblock-jetengine/tags/1.0/src/FieldFactory/Fields/Unsupported.php

    r2824714 r2824716  
    2020
    2121        public function render(){
    22             return $this->add_on->add_field( 'cc_importer_'.$this->data['name'].'_'.$this->data['id'], '<span style="font-weight:500;display:block;padding-top:10px;padding-bottom:20px;" class="cc_jetengine_importer_unsupported_field_type">The \''.$this->data['type'].'\' field type is unsupported. Contact [email protected] with the field type and a link to the plugin that supplies it.</span>', 'plain_text' );
     22            return $this->add_on->add_field( 'cc_importer_'.$this->data['name'].'_'.$this->data['id'], '<span style="font-weight:500;display:block;padding-top:10px;padding-bottom:20px;" class="cc_jetengine_importer_unsupported_field_type">The \''.$this->data['type'].'\' field type is unsupported. Additional field support will be available in the future.</span>', 'plain_text' );
    2323        }
    2424
     
    2626
    2727        }
    28 
    2928    }
    30 
    3129}
Note: See TracChangeset for help on using the changeset viewer.