Changeset 3329347
- Timestamp:
- 07/17/2025 03:38:53 AM (9 months ago)
- Location:
- winecoza
- Files:
-
- 66 added
- 1 edited
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/css (added)
-
tags/1.1/assets/css/admin.css (added)
-
tags/1.1/assets/css/archive_style.css (added)
-
tags/1.1/assets/css/single_style.css (added)
-
tags/1.1/assets/css/style.css (added)
-
tags/1.1/assets/images (added)
-
tags/1.1/assets/images/wine-icon.svg (added)
-
tags/1.1/assets/js (added)
-
tags/1.1/assets/js/admin.js (added)
-
tags/1.1/assets/js/gallery.js (added)
-
tags/1.1/assets/js/tabs.js (added)
-
tags/1.1/imports (added)
-
tags/1.1/imports/import_background.php (added)
-
tags/1.1/imports/import_data.php (added)
-
tags/1.1/imports/import_functions.php (added)
-
tags/1.1/imports/import_manual.php (added)
-
tags/1.1/imports/set_featured_image_from_url.php (added)
-
tags/1.1/inc (added)
-
tags/1.1/inc/archive_brand_link.php (added)
-
tags/1.1/inc/custom_post_type.php (added)
-
tags/1.1/inc/custom_terms.php (added)
-
tags/1.1/inc/functions.php (added)
-
tags/1.1/inc/gallery.php (added)
-
tags/1.1/inc/log.php (added)
-
tags/1.1/inc/pagination.php (added)
-
tags/1.1/inc/settings.php (added)
-
tags/1.1/inc/template_redirect.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/template (added)
-
tags/1.1/template/archive (added)
-
tags/1.1/template/archive/archive-brand-items.php (added)
-
tags/1.1/template/archive/archive.php (added)
-
tags/1.1/template/blocks (added)
-
tags/1.1/template/blocks/attractions-content.php (added)
-
tags/1.1/template/blocks/attractions-more-info.php (added)
-
tags/1.1/template/blocks/diary-event-details.php (added)
-
tags/1.1/template/blocks/diary-gallery.php (added)
-
tags/1.1/template/blocks/diary-more-info.php (added)
-
tags/1.1/template/blocks/global-book-now.php (added)
-
tags/1.1/template/blocks/global-content.php (added)
-
tags/1.1/template/blocks/global-event-dates.php (added)
-
tags/1.1/template/blocks/global-excerpt.php (added)
-
tags/1.1/template/blocks/global-gallery.php (added)
-
tags/1.1/template/blocks/global-publish-date.php (added)
-
tags/1.1/template/blocks/global-social.php (added)
-
tags/1.1/template/blocks/global-title.php (added)
-
tags/1.1/template/blocks/media-content.php (added)
-
tags/1.1/template/blocks/people-details.php (added)
-
tags/1.1/template/blocks/video-gallery.php (added)
-
tags/1.1/template/blocks/wine-content.php (added)
-
tags/1.1/template/blocks/wine-moreinfo.php (added)
-
tags/1.1/template/blocks/wine-technicalanalysis.php (added)
-
tags/1.1/template/no-content-found.php (added)
-
tags/1.1/template/single (added)
-
tags/1.1/template/single/single-attractions.php (added)
-
tags/1.1/template/single/single-contact.php (added)
-
tags/1.1/template/single/single-diary.php (added)
-
tags/1.1/template/single/single-news.php (added)
-
tags/1.1/template/single/single-people.php (added)
-
tags/1.1/template/single/single-photo.php (added)
-
tags/1.1/template/single/single-video.php (added)
-
tags/1.1/template/single/single-wine.php (added)
-
tags/1.1/template/single/single.php (added)
-
tags/1.1/winecoza.php (added)
-
trunk/winecoza.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
winecoza/trunk/winecoza.php
r3265608 r3329347 117 117 $current_settings = get_option('winecoza_settings', []); 118 118 119 $current_settings['import_on_save'] = 1;119 $current_settings['import_on_save'] = 0; 120 120 121 121 if (false === get_option('winecoza_settings')) {
Note: See TracChangeset
for help on using the changeset viewer.