Changeset 2779433
- Timestamp:
- 09/02/2022 07:24:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopt/trunk/index.php
r2779426 r2779433 9 9 */ 10 10 if (!function_exists('add_action')) { 11 12 11 echo __('O plugin não pode ser passado direto', 'adopt'); 13 12 exit; … … 42 41 'chave_de_integracao', 43 42 esc_attr('chave_de_integracao_erro'), 44 ' Chave de consetimento invalida',43 'Invalid disclaimer ID', 45 44 'error' 46 45 ); … … 83 82 add_settings_field( 84 83 'chave_de_integracao', 85 'AdOpt Banner ID',84 'AdOpt Disclaimer ID', 86 85 function ($args) { 87 86 $options = get_option('chave_de_integracao');
Note: See TracChangeset
for help on using the changeset viewer.