Changeset 1102596
- Timestamp:
- 03/01/2015 04:14:05 PM (11 years ago)
- Location:
- magic-google-maps/trunk
- Files:
-
- 2 edited
-
magic-Maps.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
magic-google-maps/trunk/magic-Maps.php
r1102430 r1102596 4 4 * Plugin URI: http://www.magicpluginfactory.com/ 5 5 * Description: Add Google maps quickly and easly to your page. Light weight plugin optymized for speed. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Magic Plugin Factory 8 8 * Author URI: http://www.magicpluginfactory.com/ … … 212 212 Remember to set the height of the map width will adjust automaticaly.<br/> 213 213 Copy and paste code to your contact page: <span style="font-size: 1.2em; background: #ffffff; padding: 5px 10px; margin:10px; line-height: 2.8em; border: 1px solid #5b9dd9;box-shadow: 0 0 2px rgba(30,140,190,.8);"><b> [map]</b></span> 214 </p><? 214 </p><?php 215 215 submit_button(); 216 216 do_settings_sections('magicmaps'); … … 220 220 </form> 221 221 </div> 222 <? 222 <?php 223 223 224 224 } … … 254 254 function enable_description(){ 255 255 $enable_description = get_option('enabledescription'); 256 $html = '<input type="checkbox" id="Enabledescription" name="Enabledescription" value="1"'.checked( 1, $enable_description['Enabledescription'], false) .' />';256 $html = '<input type="checkbox" name="Enabledescription" value="1" '. checked( $enable_description , 1 , false) .' />'; 257 257 $html .= '<label for="checkbox_example">Display or hide Info window</label>'; 258 258 echo $html; -
magic-google-maps/trunk/readme.txt
r1102427 r1102596 72 72 == Changelog == 73 73 74 = 1.0.4 = 75 * Checkbox fix on Magic Google maps settings page. 76 74 77 = 1.0.3 = 75 78 * Typo and cosmetic changes on Magic Google maps settings page.
Note: See TracChangeset
for help on using the changeset viewer.