- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
241 B
PHP
Executable File
12 lines
241 B
PHP
Executable File
<?php
|
|
/**
|
|
* Exception for errors from the Text_Diff package.
|
|
*
|
|
* {@internal This is a WP native addition to the external Text_Diff package.}
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Text_Diff
|
|
*/
|
|
|
|
class Text_Exception extends Exception {}
|