Plugin Directory

Changeset 1102596


Ignore:
Timestamp:
03/01/2015 04:14:05 PM (11 years ago)
Author:
Fengler
Message:

Checkbox fix on Magic Google maps settings page.

Location:
magic-google-maps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • magic-google-maps/trunk/magic-Maps.php

    r1102430 r1102596  
    44 * Plugin URI: http://www.magicpluginfactory.com/
    55 * Description: Add Google maps quickly and easly to your page. Light weight plugin optymized for speed.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: Magic Plugin Factory
    88 * Author URI: http://www.magicpluginfactory.com/
     
    212212          Remember to set the height of the map width will adjust automaticaly.<br/>
    213213          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
    215215         submit_button();
    216216         do_settings_sections('magicmaps');
     
    220220    </form>
    221221    </div>
    222    <?
     222   <?php
    223223   
    224224}
     
    254254function enable_description(){
    255255            $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) .' />';
    257257            $html .= '<label for="checkbox_example">Display or hide Info window</label>';
    258258            echo $html;
  • magic-google-maps/trunk/readme.txt

    r1102427 r1102596  
    7272== Changelog ==
    7373
     74= 1.0.4 =
     75* Checkbox fix on  Magic Google maps settings page.
     76
    7477= 1.0.3 =
    7578* Typo and cosmetic changes on Magic Google maps settings page.
Note: See TracChangeset for help on using the changeset viewer.