Plugin Directory

Changeset 3007421


Ignore:
Timestamp:
12/08/2023 07:07:45 PM (2 years ago)
Author:
digireturn
Message:

upgraded for languages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dn-footer-contacts/trunk/includes/upgrade.php

    r3007415 r3007421  
    1010    load_textdomain('dn-footer-contacts',dn_footer_contacts_get_mofile());
    1111    $settings['version-languages']=DN_FOOTER_CONTACTS_VERSION;
     12    if(!isset($settings['subversion']))$settings['subversion']=0;
     13    $settings['subversion']+=1;
    1214    if(!function_exists('dn_footer_contacts_update_settings'))include_once DN_FOOTER_CONTACTS_PATH.'includes/admin-settings.php';
    13     dn_footer_contacts_update_settings($settings);
     15    $settings=dn_footer_contacts_update_settings($settings);
    1416    dn_footer_contacts_update_settings_css($settings);
    1517}
Note: See TracChangeset for help on using the changeset viewer.