Changeset 3352423
- Timestamp:
- 08/29/2025 05:27:31 AM (7 months ago)
- Location:
- puzzleme/trunk
- Files:
-
- 2 edited
-
puzzleme.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
puzzleme/trunk/puzzleme.php
r3277928 r3352423 2 2 /* 3 3 Plugin Name: PuzzleMe for WordPress 4 Version: 1.2. 04 Version: 1.2.1 5 5 Description: Embed PuzzleMe puzzles in your posts and pages with a shortcode 6 6 Author: Amuse Labs … … 116 116 } 117 117 if (isset($attributes['attribution'])) { 118 $embed_variables['$attribution_text'] = $attributes['attribution'];118 $embed_variables['$attribution_text'] = esc_html($attributes['attribution']); 119 119 return wp_kses(strtr($embed_html_attributions, $embed_variables), $allowedHTMLtags); 120 120 } else { -
puzzleme/trunk/readme.txt
r3286175 r3352423 3 3 Tags: crossword, sudoku, quiz, puzzles, games 4 4 Requires at least: 3.9 5 Tested up to: 6.8 6 Stable tag: 1.2. 05 Tested up to: 6.8.2 6 Stable tag: 1.2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.