Changeset 2385099
- Timestamp:
- 09/20/2020 04:44:25 AM (6 years ago)
- Location:
- wp-petfinder/trunk
- Files:
-
- 4 edited
-
inc/class-wp-petfinder.php (modified) (1 diff)
-
js/wp-petfinder.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-petfinder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-petfinder/trunk/inc/class-wp-petfinder.php
r2385093 r2385099 238 238 else 239 239 { 240 $link = $this->ad_link . '?id='. $id; 240 $and = '?'; 241 if (!get_option('permalink_structure', '')) 242 { 243 $and = '&'; 244 } 245 $link = $this->ad_link . $and. 'id='. $id; 241 246 } 242 247 return $link; -
wp-petfinder/trunk/js/wp-petfinder.js
r2234097 r2385099 46 46 }); 47 47 // gallery carousel 48 $(".carousel").carousel();48 //$(".carousel").carousel(); 49 49 }); -
wp-petfinder/trunk/readme.txt
r2385096 r2385099 131 131 132 132 == Changelog == 133 = 0.6 = 134 * Improved theme compatibility. 135 133 136 = 0.5 = 134 137 * Bugfix: Search Results page creation on plugin activation. -
wp-petfinder/trunk/wp-petfinder.php
r2385096 r2385099 5 5 * Description: Integrates Petfinder database with your Wordpress site via API v2 6 6 * Author: ESITEQ 7 * Version: 0. 57 * Version: 0.6 8 8 * Requires at least: 4.0 9 9 * Tested up to: 5.4
Note: See TracChangeset
for help on using the changeset viewer.