Changeset 3038106
- Timestamp:
- 02/19/2024 06:00:28 PM (2 years ago)
- Location:
- bright-link-previews/trunk
- Files:
-
- 2 copied
-
index.php (copied) (copied from bright-link-previews/trunk/index.php) (2 diffs)
-
readme.txt (copied) (copied from bright-link-previews/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bright-link-previews/trunk/index.php
r3034013 r3038106 4 4 Plugin URI: http://www.barattalo.it/ 5 5 Description: Show previews of links (clear, neat, simple), analyze links and track user behaviour on the links of your site 6 Version: 1.8 16 Version: 1.83 7 7 Author: Giulio Pons 8 8 */ … … 237 237 $doc = new DOMDocument(); 238 238 libxml_use_internal_errors(true); 239 /* $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content)); */240 $doc->loadHTML('<?xml encoding="utf-8" ?>' . iconv('UTF-8', 'ASCII//TRANSLIT',$content));239 $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content)); 240 /* $doc->loadHTML('<?xml encoding="utf-8" ?>' . iconv('UTF-8', 'ASCII//TRANSLIT',$content)); */ 241 241 242 242 // Get the body element -
bright-link-previews/trunk/readme.txt
r3034013 r3038106 5 5 Requires at least: 6.1 6 6 Tested up to: 6.4 7 Stable tag: 1.8 27 Stable tag: 1.83 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 77 77 = 1.82 = 78 78 * Fixed a bug with htmlspecialchars_decode 79 80 = 1.83 = 81 * Fixed a bug with iconv, used again htmlspecialchars_decode
Note: See TracChangeset
for help on using the changeset viewer.