Changeset 2881966
- Timestamp:
- 03/17/2023 02:16:42 PM (3 years ago)
- Location:
- categorized-tag-cloud
- Files:
-
- 8 added
- 1 deleted
- 2 edited
-
tags/1.2.21 (deleted)
-
tags/1.2.22 (added)
-
tags/1.2.22/categorized-tag-cloud.php (added)
-
tags/1.2.22/index.php (added)
-
tags/1.2.22/lang (added)
-
tags/1.2.22/lang/categorized-tag-cloud-sr_RS.mo (added)
-
tags/1.2.22/lang/categorized-tag-cloud-sr_RS.po (added)
-
tags/1.2.22/lang/categorized-tag-cloud.pot (added)
-
tags/1.2.22/readme.txt (added)
-
trunk/categorized-tag-cloud.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
categorized-tag-cloud/trunk/categorized-tag-cloud.php
r2733736 r2881966 5 5 Description: Takes the website tags and aggregates them into a categorized cloud widget for sidebar. 6 6 Author: WhileTrue 7 Version: 1.2.2 17 Version: 1.2.22 8 8 Author URI: https://www.whiletrue.it/ 9 9 */ … … 155 155 $instance['category_filters'] = ''; 156 156 157 if (is _numeric($_POST['categorized-tag-cloud-num-filters'])) {157 if (isset($_POST['categorized-tag-cloud-num-filters']) && is_numeric($_POST['categorized-tag-cloud-num-filters'])) { 158 158 $instance['category_filters'] = array(); 159 159 for ($i = 0; $i < $_POST['categorized-tag-cloud-num-filters']; $i++) { -
categorized-tag-cloud/trunk/readme.txt
r2804936 r2881966 5 5 Requires at least: 2.9+ 6 6 Tested up to: 6.1 7 Stable tag: 1.2.2 17 Stable tag: 1.2.22 8 8 9 9 A cloud with the most used tags in a sidebar widget, filtered by post category. … … 47 47 == Changelog == 48 48 49 = 1.2.2 1=49 = 1.2.22 = 50 50 * Plugin tested up to WordPress 6.1 51 * Fixed: PHP warning 51 52 52 53 = 1.2.14 =
Note: See TracChangeset
for help on using the changeset viewer.