Plugin Directory

Changeset 3232059


Ignore:
Timestamp:
01/30/2025 01:52:40 PM (14 months ago)
Author:
cmarcet
Message:

Fix field display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • agent700-ai-chat/trunk/agent700-ai-chat.php

    r3231603 r3232059  
    208208    // add_settings_field('agent700_chat_api_url', 'API URL', 'agent700_chat_api_url_field_render', 'agent700_chat_settings', 'agent700_chat_section');
    209209    add_settings_field('agent700_chat_icon', 'Chat Icon', 'agent700_chat_icon_field_render', 'agent700_chat_settings', 'agent700_chat_section');
    210     add_settings_field('agent700_chat_icon', 'Shortcode', 'agent700_chat_shortcode', 'agent700_chat_settings', 'agent700_chat_section');
     210    add_settings_field('agent700_chat_shortcode', 'Shortcode', 'agent700_chat_shortcode', 'agent700_chat_settings', 'agent700_chat_section');
    211211
    212212    // Only one shortcode checkbox
Note: See TracChangeset for help on using the changeset viewer.