Changeset 3103003
- Timestamp:
- 06/15/2024 08:37:52 AM (22 months ago)
- Location:
- games-lantern
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from games-lantern/trunk)
-
tags/1.0.2/games-lantern.php (modified) (2 diffs)
-
trunk/games-lantern.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
games-lantern/tags/1.0.2/games-lantern.php
r3027652 r3103003 5 5 Plugin URI: https://github.com/PathfinderMediaGroup/games-lantern-wordpress 6 6 Description: Embed tooltips for various games into your pages and posts. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: Woeler 9 9 Author URI: https://www.pathfindermediagroup.com … … 29 29 public function addScript() 30 30 { 31 wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js' );31 wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js', [], null, ['in_footer' => true, 'strategy' => 'defer']); 32 32 } 33 33 } -
games-lantern/trunk/games-lantern.php
r3027652 r3103003 5 5 Plugin URI: https://github.com/PathfinderMediaGroup/games-lantern-wordpress 6 6 Description: Embed tooltips for various games into your pages and posts. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: Woeler 9 9 Author URI: https://www.pathfindermediagroup.com … … 29 29 public function addScript() 30 30 { 31 wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js' );31 wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js', [], null, ['in_footer' => true, 'strategy' => 'defer']); 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.