Changeset 3160222
- Timestamp:
- 10/01/2024 04:52:16 AM (15 months ago)
- Location:
- simple-popup-plugin
- Files:
-
- 3 edited
-
tags/4.6/simple_popup_plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple_popup_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-popup-plugin/tags/4.6/simple_popup_plugin.php
r3160218 r3160222 104 104 //defines tag for theme templates 105 105 function simple_popup_link( $templateurl, $link_text ) { 106 sprintf('<a href="%s" onclick="return popitup(this.href);" class="simple_popup_link">%s</a>', $templateurl, $link_text);106 echo sprintf('<a href="%s" onclick="return popitup(this.href);" class="simple_popup_link">%s</a>', $templateurl, $link_text); 107 107 } 108 108 -
simple-popup-plugin/trunk/readme.txt
r3160218 r3160222 4 4 Requires at least: 2.8 5 5 Tested up to: 6.6 6 Stable tag: 4. 66 Stable tag: 4.7 7 7 8 8 This plugin makes it easy to create a simple, modifiable popup window. … … 73 73 * Address has_cap deprecation notice. 74 74 75 = 4. 5=75 = 4.6 = 76 76 * Fix XSS vulnerability. -
simple-popup-plugin/trunk/simple_popup_plugin.php
r3160218 r3160222 104 104 //defines tag for theme templates 105 105 function simple_popup_link( $templateurl, $link_text ) { 106 sprintf('<a href="%s" onclick="return popitup(this.href);" class="simple_popup_link">%s</a>', $templateurl, $link_text);106 echo sprintf('<a href="%s" onclick="return popitup(this.href);" class="simple_popup_link">%s</a>', $templateurl, $link_text); 107 107 } 108 108
Note: See TracChangeset
for help on using the changeset viewer.