Changeset 729474
- Timestamp:
- 06/21/2013 04:27:20 PM (13 years ago)
- Location:
- responsive-mobile-friendly-tooltip
- Files:
-
- 2 edited
- 8 copied
-
tags/1.1 (copied) (copied from responsive-mobile-friendly-tooltip/trunk)
-
tags/1.1/RMFtooltipbutton.png (copied) (copied from responsive-mobile-friendly-tooltip/trunk/RMFtooltipbutton.png)
-
tags/1.1/ajax (copied) (copied from responsive-mobile-friendly-tooltip/trunk/ajax)
-
tags/1.1/readme.txt (copied) (copied from responsive-mobile-friendly-tooltip/trunk/readme.txt) (2 diffs)
-
tags/1.1/responsive-tooltip-tinyMCE.js (copied) (copied from responsive-mobile-friendly-tooltip/trunk/responsive-tooltip-tinyMCE.js)
-
tags/1.1/responsive-tooltip.css (copied) (copied from responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.css)
-
tags/1.1/responsive-tooltip.js (copied) (copied from responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.js)
-
tags/1.1/responsive-tooltip.php (copied) (copied from responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/responsive-tooltip.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-mobile-friendly-tooltip/tags/1.1/readme.txt
r713518 r729474 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.1 = 47 * Bug fix - fixed problem when using '. 48 46 49 = 1.0 = 47 50 * Adds CSS editor and style options (image in tooltip coming soon). -
responsive-mobile-friendly-tooltip/tags/1.1/responsive-tooltip.php
r713525 r729474 4 4 Plugin URI: https://github.com/ItayXD/responsive-tooltip 5 5 Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip. 6 Version: 1. 06 Version: 1.1 7 7 Author: ItayXD; Osvaldas; 8 8 Author URI: itayxd.com … … 18 18 ), $atts)); 19 19 if ($content && $tip) { 20 $return = "<abbr title='". $tip."' rel='tooltip'>".$content."</abbr>";20 $return = "<abbr title='".esc_attr( $tip )."' rel='tooltip'>".$content."</abbr>"; 21 21 return $return; 22 22 } -
responsive-mobile-friendly-tooltip/trunk/readme.txt
r713518 r729474 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.1 = 47 * Bug fix - fixed problem when using '. 48 46 49 = 1.0 = 47 50 * Adds CSS editor and style options (image in tooltip coming soon). -
responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.php
r713525 r729474 4 4 Plugin URI: https://github.com/ItayXD/responsive-tooltip 5 5 Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip. 6 Version: 1. 06 Version: 1.1 7 7 Author: ItayXD; Osvaldas; 8 8 Author URI: itayxd.com … … 18 18 ), $atts)); 19 19 if ($content && $tip) { 20 $return = "<abbr title='". $tip."' rel='tooltip'>".$content."</abbr>";20 $return = "<abbr title='".esc_attr( $tip )."' rel='tooltip'>".$content."</abbr>"; 21 21 return $return; 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.