Changeset 3057492
- Timestamp:
- 03/23/2024 08:56:45 PM (2 years ago)
- Location:
- visody-3d-product-viewer
- Files:
-
- 2 edited
-
tags/1.0.0/includes/visody-functions.php (modified) (1 diff)
-
trunk/includes/visody-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
visody-3d-product-viewer/tags/1.0.0/includes/visody-functions.php
r3055366 r3057492 252 252 253 253 if (isset($defaults['loader'])) { 254 $button_html .= file_get_contents( esc_url( VISODY_BASE . ' /public/img/loader.svg' ) );254 $button_html .= file_get_contents( esc_url( VISODY_BASE . 'public/img/loader.svg' ) ); 255 255 } 256 256 -
visody-3d-product-viewer/trunk/includes/visody-functions.php
r3055366 r3057492 252 252 253 253 if (isset($defaults['loader'])) { 254 $button_html .= file_get_contents( esc_url( VISODY_BASE . ' /public/img/loader.svg' ) );254 $button_html .= file_get_contents( esc_url( VISODY_BASE . 'public/img/loader.svg' ) ); 255 255 } 256 256
Note: See TracChangeset
for help on using the changeset viewer.