Changeset 2335320
- Timestamp:
- 07/04/2020 12:30:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wikitip-knowledge-cluster-tooltip-for-wordpress/trunk/wikitip.php
r1478371 r2335320 13 13 * Author URI: http://richardconsulting.ro 14 14 15 * Version: 1. 215 * Version: 1.3 16 16 17 17 * License: GPLv2, MIT, GNU … … 775 775 function wikitip_load_ui() { 776 776 777 global $controller,$filter_dict ;777 global $controller,$filter_dict,$blog_id; 778 778 779 779 if (is_multisite()) … … 2583 2583 2584 2584 2585 global $controller ;2585 global $controller,$blog_id; 2586 2586 2587 2587
Note: See TracChangeset
for help on using the changeset viewer.