Changeset 974980
- Timestamp:
- 08/29/2014 02:21:10 AM (12 years ago)
- Location:
- ilovemachineproblem-responsive-google-map
- Files:
-
- 12 added
- 2 edited
-
tags/2.0.2 (added)
-
tags/2.0.2/ilmp-index.php (added)
-
tags/2.0.2/images (added)
-
tags/2.0.2/images/Thumbs.db (added)
-
tags/2.0.2/images/ilmp-icon.png (added)
-
tags/2.0.2/includes (added)
-
tags/2.0.2/includes/ilmp-rgm-admin-page.php (added)
-
tags/2.0.2/includes/ilmp-rgm-custom-widget.php (added)
-
tags/2.0.2/includes/ilmp-rgm-script.php (added)
-
tags/2.0.2/includes/ilmp-rgm-style.php (added)
-
tags/2.0.2/includes/ilmp-rgm-update.php (added)
-
tags/2.0.2/readme.txt (added)
-
trunk/ilmp-index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ilovemachineproblem-responsive-google-map/trunk/ilmp-index.php
r866605 r974980 3 3 Plugin Name: ILoveMachineProblem Responsive Google Map 4 4 Description: The ILoveMachineProblem Responsive Google Map is used to embed responsive google map on your site. 5 Version: 2.0. 15 Version: 2.0.2 6 6 Author: Paul Justine B. de Honor 7 7 Author URI … … 90 90 91 91 function _ilmp_rgm_action() { 92 echo'<div class="ilmp-map-wrapper">';93 echo'<div id="ilmp-map-canvas"></div>';94 echo'<a href="' . get_option('ilmp_map_link') . '" class="ilmp-map-link" target="_blank">View larger map</a>';95 echo'</div>';92 return '<div class="ilmp-map-wrapper">'; 93 return '<div id="ilmp-map-canvas"></div>'; 94 return '<a href="' . get_option('ilmp_map_link') . '" class="ilmp-map-link" target="_blank">View larger map</a>'; 95 return '</div>'; 96 96 } 97 97 -
ilovemachineproblem-responsive-google-map/trunk/readme.txt
r866043 r974980 3 3 Tags: google map, responsive google map, ilmp 4 4 Requires at least: 3.6 5 Tested up to: 3. 8.16 Stable tag: 2.0. 15 Tested up to: 3.9.2 6 Stable tag: 2.0.2 7 7 License: GPLv2 8 8 … … 10 10 11 11 The ILoveMachineProblem Responsive Google Map is used to embed responsive google map on your site. 12 13 = 2.0.2 = 14 15 * Fix shortcode issue. Impropert displaying of the map. 12 16 13 17 = 2.0.1 = … … 47 51 == Changelog == 48 52 53 = 2.0.2 = 54 55 * Fix shortcode issue. Impropert displaying of the map. 56 49 57 = 2.0.1 = 50 58
Note: See TracChangeset
for help on using the changeset viewer.