Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and fixes across the codebase, focusing on demo data normalization, documentation clarity, locale handling for date formatting, and development environment configuration. The most significant changes are grouped below.
Demo Data Normalization & Consistency:
documentate.phphave been standardized to plain numeric strings (e.g.,'245.80'instead of'245,80 €'). This change affects multiple demo arrays and helper functions, ensuring consistency and simplifying further processing. [1] [2] [3] [4] [5] [6] [7]Documentation & Help Notice Updates:
class-documentate-doctype-help-notice.php) was updated to clarify field marker syntax, rename and explain thecaseparameter asope, update the date format parameter tofrm, and add a reference to the TBS manual. The allowed HTML tags were also expanded to permit<a>tags with relevant attributes. [1] [2] [3] [4]Locale Handling for Date Formatting:
Development & Test Environment Configuration:
.wp-env.jsonfile andMakefilescripts were updated to simplify and clarify language settings, ensuring the development and test environments consistently use the Spanish locale (es_ES). Redundant or outdated configuration blocks and lifecycle scripts were removed, and language installation/activation commands were added to the Makefile. [1] [2] [3]