Plugin Directory

Changeset 960722


Ignore:
Timestamp:
08/05/2014 06:51:55 PM (12 years ago)
Author:
ryan_xantoo
Message:

Bug Fixes

Location:
map-contact/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • map-contact/trunk/map-contact.php

    r960719 r960722  
    66    Plugin URI: http://wordpress.org/plugins/map-contact/
    77    Author URI: http://xantoo.com/
    8     Version: 2.0.3
     8    Version: 2.0.4
    99 */
    1010
     
    144144    if (wp_script_is('quicktags')){
    145145        echo "<script type=\"text/javascript\">
    146             QTags.addButton( 'mc_shortcode', 'Map Contact Shortcode', '[map-contact map=\"true\" addressbook=\"true\"width=\"500px\" height=\"500px\"]', '', 'mc_shortcode', 'Map Contact Shortcode',  999);
     146            QTags.addButton( 'mc_shortcode', 'Map Contact Shortcode', '[map-contact map=\"true\" addressbook=\"true\" width=\"500px\" height=\"500px\"]', '', 'mc_shortcode', 'Map Contact Shortcode',  999);
    147147        </script>";
    148148    }
  • map-contact/trunk/readme.txt

    r960719 r960722  
    6161=
    6262
     63= 2.0.4 - 05/08/2014 =
     64*  Bug Fixes
     65
    6366= 2.0.3 - 05/08/2014 =
    6467*  Button added to editor for easier shortcode adding!
Note: See TracChangeset for help on using the changeset viewer.