Version 9.1 breaks all plugin list items
-
The fix is simple.
Line 688 in functions.php:
... $links[] = $note; } return $links; } } endif;
Should be:
... $links[] = $note; } } return $links; } endif;
https://www.ads-software.com/plugins/comprehensive-google-map-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Version 9.1 breaks all plugin list items’ is closed to new replies.