| @@ -20,9 +20,9 @@ | ||
| 20 | 20 | <?php esc_html_e('Customize Colors', 'fluent-community'); ?> |
| 21 | 21 | </a> |
| 22 | 22 | </li> |
| 23 | 23 | <li class="top_menu_item customizer_menu_button"> |
| 24 | - <button class="fcom_menu_button"> | |
| 24 | + <button type="button" aria-label="<?php echo esc_attr__('Customize', 'fluent-community'); ?>" class="fcom_menu_button"> | |
| 25 | 25 | <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3687_33463)"><path d="M18.3337 9.99984C18.3337 5.39746 14.6027 1.6665 10.0003 1.6665C5.39795 1.6665 1.66699 5.39746 1.66699 9.99984C1.66699 14.6022 5.39795 18.3332 10.0003 18.3332C10.7018 18.3332 11.667 18.4301 11.667 17.4998C11.667 16.9924 11.403 16.6008 11.1408 16.2119C10.7572 15.6428 10.3773 15.0793 10.8337 14.1665C11.3892 13.0554 12.3152 13.0554 13.7349 13.0554C14.4448 13.0554 15.2781 13.0554 16.2504 12.9165C18.0012 12.6664 18.3337 11.5902 18.3337 9.99984Z" stroke="currentColor" stroke-width="1.5"></path><path d="M5.83398 12.502L5.84121 12.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><ellipse cx="7.91699" cy="7.08301" rx="1.25" ry="1.25" stroke="currentColor" stroke-width="1.5"></ellipse><ellipse cx="13.75" cy="7.9165" rx="1.25" ry="1.25" stroke="currentColor" stroke-width="1.5"></ellipse></g><defs><clipPath id="clip0_3687_33463"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg> |
| 26 | 26 | </button> |
| 27 | 27 | </li> |
| 28 | 28 | <?php |
| @@ -77,9 +77,9 @@ | ||
| 77 | 77 | 'Text color of the secondary area this includes post meta, comment meta' => __('Text color of the secondary area this includes post meta, comment meta', 'fluent-community'), |
| 78 | 78 | 'Off Text Color' => __('Off Text Color', 'fluent-community'), |
| 79 | 79 | 'Border color of the main sections' => __('Border color of the main sections', 'fluent-community'), |
| 80 | 80 | 'Primary Border Color' => __('Primary Border Color', 'fluent-community'), |
| 81 | - 'order color of the secondary sections' => __('order color of the secondary sections', 'fluent-community'), | |
| 81 | + 'Border color of the secondary sections' => __('Border color of the secondary sections', 'fluent-community'), | |
| 82 | 82 | 'Secondary Border Color' => __('Secondary Border Color', 'fluent-community'), |
| 83 | 83 | 'Navigations' => __('Navigations', 'fluent-community'), |
| 84 | 84 | 'Color of the links in the main content area.' => __('Color of the links in the main content area.', 'fluent-community'), |
| 85 | 85 | 'Link Color' => __('Link Color', 'fluent-community'), |
| @@ -114,9 +114,9 @@ | ||
| 114 | 114 | |
| 115 | 115 | foreach ($jsFiles as $file) { |
| 116 | 116 | ?> |
| 117 | 117 | <script type="module" |
| 118 | - src="<?php echo esc_url($file['url']); ?>?version=<?php echo esc_attr(FLUENT_COMMUNITY_PLUGIN_VERSION); ?>" | |
| 118 | + src="<?php echo esc_url(Vite::versionedUrl($file['url'])); ?>" | |
| 119 | 119 | defer="defer"></script> |
| 120 | 120 | <?php |
| 121 | 121 | } |
| 122 | 122 | }, 1); |