Changeset 166428
- Timestamp:
- 10/23/2009 08:38:17 PM (16 years ago)
- Location:
- simple-google-map
- Files:
-
- 2 edited
-
tags/2.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-google-map/tags/2.0/readme.txt
r166419 r166428 26 26 * There can only be one map one a page. A widget map counts as one. 27 27 * The size of the info window (speech bubble) is dictated by the size of the map, thus the size of the containing div, div#SGM 28 * Don't use `<br />` in the content value in shortcode. wordpress will turn them into actual line breaks everytime you switch to visual editing mode.28 * If you wish to use html in the content value in shortcode, be sure and type it in visual mode (not HTML mode). the pointy brackets will be special html characters in HTML mode and are converted back into pointy brackets by the plugin. 29 29 30 30 For an example and more visit [the plugin's homepage](http://clarknikdelpowell.com/wordpress/simple-google-map/ "Simple Google Map by Clark Nikdel Powell"). -
simple-google-map/trunk/readme.txt
r166419 r166428 26 26 * There can only be one map one a page. A widget map counts as one. 27 27 * The size of the info window (speech bubble) is dictated by the size of the map, thus the size of the containing div, div#SGM 28 * Don't use `<br />` in the content value in shortcode. wordpress will turn them into actual line breaks everytime you switch to visual editing mode.28 * If you wish to use html in the content value in shortcode, be sure and type it in visual mode (not HTML mode). the pointy brackets will be special html characters in HTML mode and are converted back into pointy brackets by the plugin. 29 29 30 30 For an example and more visit [the plugin's homepage](http://clarknikdelpowell.com/wordpress/simple-google-map/ "Simple Google Map by Clark Nikdel Powell").
Note: See TracChangeset
for help on using the changeset viewer.