Changeset 3381403
- Timestamp:
- 10/20/2025 03:19:20 PM (5 months ago)
- File:
-
- 1 edited
-
website-llms-txt/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website-llms-txt/trunk/README.txt
r3381400 r3381403 68 68 = 8.2.1 = 69 69 70 🧩 New: LLMs.txt Reset Block 71 • Added a new “LLMs.txt Reset” section in the settings panel. 72 • Allows safely deleting and recreating the llms.txt file. 73 • Clears any related transient cache entries. 74 • Automatically rebuilds a fresh version of llms.txt based on current settings and published content. 70 🛠 Fix: PHP Fatal Error (ArgumentCountError) 71 • Fixed the issue: Fatal error: Uncaught ArgumentCountError: 5 arguments are required, 3 given in admin-page.php:356 72 • The error occurred because printf() was used with a translatable string that expected more placeholders than arguments provided. 73 • Replaced it with a safe sprintf() and wp_kses_post() implementation to properly escape HTML and ensure compatibility with PHP 8.x. 75 74 76 75 = 8.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.