Changeset 3147367
- Timestamp:
- 09/06/2024 06:09:33 AM (19 months ago)
- Location:
- trustmary
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from trustmary/trunk)
-
tags/1.0.9/includes/shortcodes.php (modified) (2 diffs)
-
tags/1.0.9/readme.txt (modified) (1 diff)
-
trunk/includes/shortcodes.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trustmary/tags/1.0.9/includes/shortcodes.php
r2797790 r3147367 25 25 return; 26 26 27 return '<div data-trustmary-widget="' . $attributes['id']. '"></div>';27 return '<div data-trustmary-widget="' . esc_attr($attributes['id']) . '"></div>'; 28 28 } 29 29 … … 37 37 return; 38 38 39 return '<div data-trustmary-experiment="' . $attributes['id']. '"></div>';39 return '<div data-trustmary-experiment="' . esc_attr($attributes['id']) . '"></div>'; 40 40 } 41 41 } -
trustmary/tags/1.0.9/readme.txt
r3028826 r3147367 3 3 Tags: reviews, review slider, testimonials, testimonial slider, star ratings 4 4 Requires at least: 4.2 5 Tested up to: 6. 4.26 Stable tag: 1.0. 85 Tested up to: 6.6.1 6 Stable tag: 1.0.9 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
trustmary/trunk/includes/shortcodes.php
r2797790 r3147367 25 25 return; 26 26 27 return '<div data-trustmary-widget="' . $attributes['id']. '"></div>';27 return '<div data-trustmary-widget="' . esc_attr($attributes['id']) . '"></div>'; 28 28 } 29 29 … … 37 37 return; 38 38 39 return '<div data-trustmary-experiment="' . $attributes['id']. '"></div>';39 return '<div data-trustmary-experiment="' . esc_attr($attributes['id']) . '"></div>'; 40 40 } 41 41 } -
trustmary/trunk/readme.txt
r3028826 r3147367 3 3 Tags: reviews, review slider, testimonials, testimonial slider, star ratings 4 4 Requires at least: 4.2 5 Tested up to: 6. 4.26 Stable tag: 1.0. 85 Tested up to: 6.6.1 6 Stable tag: 1.0.9 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.