Changeset 2966896
- Timestamp:
- 09/14/2023 08:13:56 AM (2 years ago)
- Location:
- user-avatar-reloaded/trunk
- Files:
-
- 1 deleted
- 2 edited
-
includes/class-wp-user-avatar-shortcode.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
readme.txt.bak (deleted)
Legend:
- Unmodified
- Added
- Removed
-
user-avatar-reloaded/trunk/includes/class-wp-user-avatar-shortcode.php
r2966313 r2966896 109 109 $link = sanitize_url( $link ); 110 110 111 // Sanitize Target 112 $target = sanitize_key( $target ); 113 111 114 // Open in new window 112 115 $target_link = !empty($target) ? ' target="'.$target.'"' : ""; -
user-avatar-reloaded/trunk/readme.txt
r2966313 r2966896 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.3.1 8 Stable tag: 1.2. 18 Stable tag: 1.2.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 252 252 == Changelog == 253 253 254 = 1.2.2 = 255 - **IMPROVEMENT** - Sanitize the shortcode attributes 256 254 257 = 1.2.1 = 255 - * IMPROVEMENT* - Code Optimization258 - **IMPROVEMENT** - Code Optimization 256 259 257 260 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.