Changeset 2149642
- Timestamp:
- 09/02/2019 02:35:19 PM (7 years ago)
- Location:
- embedalbum-pro/trunk
- Files:
-
- 2 edited
-
embedalbum_pro.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedalbum-pro/trunk/embedalbum_pro.php
r2092376 r2149642 6 6 Author: EmbedSocial 7 7 Author URI: http://www.embedsocial.com 8 Version: 1.1.1 88 Version: 1.1.19 9 9 */ 10 10 defined( 'ABSPATH' ) or die; … … 59 59 60 60 public function hook_embed_reviews_js() { 61 wp_register_script('EmbedSocialReviewsScript', $this->urlEmbedScripts.'ri .js');62 wp_enqueue_script('EmbedSocialReviewsScript', $this->urlEmbedScripts.'ri .js');61 wp_register_script('EmbedSocialReviewsScript', $this->urlEmbedScripts.'ri_min.js'); 62 wp_enqueue_script('EmbedSocialReviewsScript', $this->urlEmbedScripts.'ri_min.js'); 63 63 } 64 64 … … 206 206 $out .= " data-tags='{$shortcodeId['tags']}' "; 207 207 } 208 if ($shortcodeId['lazyload'] && $shortcodeId['lazyload'] == 'yes') { 208 if ($shortcodeId['lazyload'] && $shortcodeId['lazyload'] == 'no') { 209 $out .= " data-lazyload='no' "; 210 } else { 209 211 $out .= " data-lazyload='yes' "; 210 212 } -
embedalbum-pro/trunk/readme.txt
r2092376 r2149642 5 5 Requires at least: 4.0 6 6 Tested up to: 5.0.1 7 Stable tag: 1.1.1 87 Stable tag: 1.1.19 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.