Changeset 3007421
- Timestamp:
- 12/08/2023 07:07:45 PM (2 years ago)
- File:
-
- 1 edited
-
dn-footer-contacts/trunk/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dn-footer-contacts/trunk/includes/upgrade.php
r3007415 r3007421 10 10 load_textdomain('dn-footer-contacts',dn_footer_contacts_get_mofile()); 11 11 $settings['version-languages']=DN_FOOTER_CONTACTS_VERSION; 12 if(!isset($settings['subversion']))$settings['subversion']=0; 13 $settings['subversion']+=1; 12 14 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); 14 16 dn_footer_contacts_update_settings_css($settings); 15 17 }
Note: See TracChangeset
for help on using the changeset viewer.