edit_result.php
Word Edit Result View - Shows result after saving/updating a word
Variables expected:
- $message: string - Result message
- $wid: int - Word ID
- $textId: int - Text ID
- $hex: string|null - Hex class name for the term (for new words)
- $translation: string - Translation text
- $status: int - Word status
- $oldStatus: int - Previous status (for updates)
- $romanization: string - Romanization
- $text: string - Original text
- $fromAnn: string - From annotation flag
- $isNew: bool - Whether this is a new word
PHP version 8.1