You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorial contains minor typographical and formatting inconsistencies in the section discussing common files in a block theme. The suggested corrections improve readability and align with WordPress best practices.
Type of feedback
// content
Description
The tutorial contains minor typographical and formatting inconsistencies in the section discussing common files in a block theme. The suggested corrections improve readability and align with WordPress best practices.
Issues Identified
File Naming Conventions:
"functions.PHP" → "functions.php"
"index.PHP" → "index.php"
"style .CSS" → "style.css" (removed unnecessary space)
"theme.JSON" → "theme.json"
These corrections ensure clarity, proper formatting, and adherence to WordPress coding standards.
Step-by-step reproduction instructions
Screenshots or screen recording (optional)
Anatomy.of.a.Block.Theme._.Learn.WordPress.webm
Thank you...