Changeset 3045108
- Timestamp:
- 03/04/2024 02:40:32 PM (2 years ago)
- Location:
- yamaps
- Files:
-
- 1 edited
- 9 copied
-
tags/0.6.26 (copied) (copied from yamaps/trunk)
-
tags/0.6.26/js/btn.js (copied) (copied from yamaps/trunk/js/btn.js)
-
tags/0.6.26/js/shortcode_parser.js (copied) (copied from yamaps/trunk/js/shortcode_parser.js)
-
tags/0.6.26/languages/yamaps-ru_RU.mo (copied) (copied from yamaps/trunk/languages/yamaps-ru_RU.mo)
-
tags/0.6.26/languages/yamaps-ru_RU.po (copied) (copied from yamaps/trunk/languages/yamaps-ru_RU.po)
-
tags/0.6.26/languages/yamaps.pot (copied) (copied from yamaps/trunk/languages/yamaps.pot)
-
tags/0.6.26/options.php (copied) (copied from yamaps/trunk/options.php)
-
tags/0.6.26/readme.txt (copied) (copied from yamaps/trunk/readme.txt)
-
tags/0.6.26/yamap.php (copied) (copied from yamaps/trunk/yamap.php)
-
trunk/yamap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yamaps/trunk/yamap.php
r2849437 r3045108 6 6 * Author URI: www.yhunter.ru 7 7 * Author: Yuri Baranov 8 * Version: 0.6.2 68 * Version: 0.6.27 9 9 * 10 10 * … … 94 94 } 95 95 if ($noFooter) { 96 return 'https://api-maps.yandex.ru/2.1/?lang='.esc_html($maplocale).esc_html($apikey); 96 $AltApiSrc = 'https://api-maps.yandex.ru/2.1/?lang='.esc_html($maplocale).esc_html($apikey).'&ver=2.1'; 97 $AltApiSrc = str_replace("&", "&", $AltApiSrc); 98 return $AltApiSrc; 97 99 } 98 100 else {
Note: See TracChangeset
for help on using the changeset viewer.