Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback - Typographical and Formatting Improvements for "Anatomy of a Block Theme" Tutorial. #3093

Open
truptikanzariya opened this issue Feb 14, 2025 · 3 comments
Labels
Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues.

Comments

@truptikanzariya
Copy link

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

  1. Visit the tutorial: Anatomy of a Block Theme
  2. Locate the section discussing common files in a block theme.
  3. Notice the inconsistencies in file naming and phrasing.

Screenshots or screen recording (optional)

Anatomy.of.a.Block.Theme._.Learn.WordPress.webm

Thank you...

@truptikanzariya truptikanzariya added the Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. label Feb 14, 2025
@benazeer-ben
Copy link

benazeer-ben commented Feb 14, 2025

Feedback Validation Checklist:

  • If this is reporting an issue, can you confirm/reproduce the issue? Yes
  • What should happen next to apply the feedback?:
    "functions.PHP" → "functions.php"
    "index.PHP" → "index.php"
    "style .CSS" → "style.css" (removed unnecessary space)
    "theme.JSON" → "theme.json"

These changes should apply.

Image

@truptikanzariya
Copy link
Author

truptikanzariya commented Feb 14, 2025

Hello @benazeer-ben,

Thank you for your feedback! . However, the issue spans multiple paragraphs and lines.

Image

@benazeer-ben
Copy link

Yes, right @truptikanzariya. I have updated my previous screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues.
Projects
None yet
Development

No branches or pull requests

2 participants