Changeset 945070
- Timestamp:
- 07/08/2014 05:17:03 PM (12 years ago)
- Location:
- sinosplice-tooltips
- Files:
-
- 5 edited
- 2 copied
-
tags/1.2.1 (copied) (copied from sinosplice-tooltips/trunk)
-
tags/1.2.1/SinospliceTooltips.php (modified) (1 diff)
-
tags/1.2.1/readme.txt (copied) (copied from sinosplice-tooltips/trunk/readme.txt) (3 diffs)
-
tags/1.2.1/style/SinospliceTooltips.css (modified) (1 diff)
-
trunk/SinospliceTooltips.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/style/SinospliceTooltips.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sinosplice-tooltips/tags/1.2.1/SinospliceTooltips.php
r885362 r945070 1 1 <?php 2 //echo "<br><br><br>";3 2 $VERSION = "1.2"; 4 3 /* -
sinosplice-tooltips/tags/1.2.1/readme.txt
r945040 r945070 5 5 Requires at least: 2.0.0 6 6 Tested up to: 3.9 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 9 9 Create attractive and customizable tooltips showing the pinyin of Chinese characters, glosses for Japanese characters, or anything you can think of. … … 14 14 Plugin URI: http://www.techniorchidllc.com/extras/wp/sinosplicetooltips/ <br> 15 15 Description: Easily add attractive tooltips to show the pinyin of Chinese characters, glosses for Japanese characters, or any use for tooltip text you can think of. Originally designed for and by Sinosplice.com.<br> 16 Version: 1.2 <br>16 Version: 1.2.1<br> 17 17 Author: Andy Warmack<br> 18 18 Author URI: http://www.techniorchidllc.com/ … … 31 31 32 32 == Changelog == 33 34 = 1.2.1 = 35 * Fixed edge-case bug with z-index in certain themes. 36 * Removed a bit of commented code. 33 37 34 38 = 1.2 = -
sinosplice-tooltips/tags/1.2.1/style/SinospliceTooltips.css
r306795 r945070 8 8 9 9 } 10 11 #btc { z-index: 99999; } -
sinosplice-tooltips/trunk/SinospliceTooltips.php
r885362 r945070 1 1 <?php 2 //echo "<br><br><br>";3 2 $VERSION = "1.2"; 4 3 /* -
sinosplice-tooltips/trunk/readme.txt
r945040 r945070 5 5 Requires at least: 2.0.0 6 6 Tested up to: 3.9 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 9 9 Create attractive and customizable tooltips showing the pinyin of Chinese characters, glosses for Japanese characters, or anything you can think of. … … 14 14 Plugin URI: http://www.techniorchidllc.com/extras/wp/sinosplicetooltips/ <br> 15 15 Description: Easily add attractive tooltips to show the pinyin of Chinese characters, glosses for Japanese characters, or any use for tooltip text you can think of. Originally designed for and by Sinosplice.com.<br> 16 Version: 1.2 <br>16 Version: 1.2.1<br> 17 17 Author: Andy Warmack<br> 18 18 Author URI: http://www.techniorchidllc.com/ … … 31 31 32 32 == Changelog == 33 34 = 1.2.1 = 35 * Fixed edge-case bug with z-index in certain themes. 36 * Removed a bit of commented code. 33 37 34 38 = 1.2 = -
sinosplice-tooltips/trunk/style/SinospliceTooltips.css
r306795 r945070 8 8 9 9 } 10 11 #btc { z-index: 99999; }
Note: See TracChangeset
for help on using the changeset viewer.