Skip to content

Conversation

@adamziel
Copy link
Collaborator

Changed the implementation from using defineConstant('WPLANG') to update_option('WPLANG') so the site language can be changed from the WordPress admin UI (Settings > General). Constants cannot be modified after they are defined, but options can be updated.

🤖 Generated with Claude Code

Motivation for the change, related issues

Implementation details

Testing Instructions (or ideally a Blueprint)

Changed the implementation from using defineConstant('WPLANG') to
update_option('WPLANG') so the site language can be changed from
the WordPress admin UI (Settings > General). Constants cannot be
modified after they are defined, but options can be updated.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants