Changeset 704556
- Timestamp:
- 04/27/2013 06:04:29 AM (12 years ago)
- Location:
- glossy
- Files:
-
- 2 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
glossy/tags/2.3.1/glossy.php
r704512 r704556 4 4 Plugin URI: http://croberts.me/glossy/ 5 5 Description: Makes it easy to create site-wide glossary or dictionary entries which pop up using the Tippy plugin 6 Version: 2.3. 06 Version: 2.3.1 7 7 Author: Chris Roberts 8 8 Author URI: http://croberts.me/ … … 130 130 { 131 131 /* Look inside [gs rules] */ 132 $gs_expression = ' \[(gs|glossy|glossyindex)'; // Opening tag132 $gs_expression = '(?<!\[)\[(gs|glossy|glossyindex)'; // Opening tag 133 133 $gs_expression .= '(?:\s([^\]]*))?]'; // Grab contents inside the opening tag 134 134 -
glossy/tags/2.3.1/readme.txt
r704512 r704556 4 4 Requires at least: 3.3 5 5 Tested up to: 3.5.1 6 Stable tag: 2.3. 06 Stable tag: 2.3.1 7 7 8 8 Glossy allows you to define information text that can be used throughout your site with a simple shortcode. … … 37 37 38 38 == Changelog == 39 40 = 2.3.1 = 41 * Tweak so processed shortcodes won't be recognized if wrapped in double brackets - ie, [[glossy]] - often used for demonstration purposes. 39 42 40 43 = 2.3.0 = -
glossy/trunk/glossy.php
r704512 r704556 4 4 Plugin URI: http://croberts.me/glossy/ 5 5 Description: Makes it easy to create site-wide glossary or dictionary entries which pop up using the Tippy plugin 6 Version: 2.3. 06 Version: 2.3.1 7 7 Author: Chris Roberts 8 8 Author URI: http://croberts.me/ … … 130 130 { 131 131 /* Look inside [gs rules] */ 132 $gs_expression = ' \[(gs|glossy|glossyindex)'; // Opening tag132 $gs_expression = '(?<!\[)\[(gs|glossy|glossyindex)'; // Opening tag 133 133 $gs_expression .= '(?:\s([^\]]*))?]'; // Grab contents inside the opening tag 134 134 -
glossy/trunk/readme.txt
r704512 r704556 4 4 Requires at least: 3.3 5 5 Tested up to: 3.5.1 6 Stable tag: 2.3. 06 Stable tag: 2.3.1 7 7 8 8 Glossy allows you to define information text that can be used throughout your site with a simple shortcode. … … 37 37 38 38 == Changelog == 39 40 = 2.3.1 = 41 * Tweak so processed shortcodes won't be recognized if wrapped in double brackets - ie, [[glossy]] - often used for demonstration purposes. 39 42 40 43 = 2.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.