Skip to content

Plugins: Update footer CTA to sentence case and fix mobile action overflow#596

Open
anant1811 wants to merge 1 commit intoWordPress:trunkfrom
anant1811:fix/plugins-footer-cta-and-mobile-overflow
Open

Plugins: Update footer CTA to sentence case and fix mobile action overflow#596
anant1811 wants to merge 1 commit intoWordPress:trunkfrom
anant1811:fix/plugins-footer-cta-and-mobile-overflow

Conversation

@anant1811
Copy link
Copy Markdown

Summary

  • Plugins: Update footer CTA headlines to sentence case #257: Updates footer CTA headlines from title case ("Add Your Plugin", "Create a Plugin", "Stay Up-to-Date") to sentence case ("Add your plugin", "Create a plugin", "Stay up-to-date") in the js/build copy to match the already-corrected src version.
  • Plugin actions overflow on mobile #356: Adds flex-wrap: wrap to .plugin-actions so author action buttons (Enable Release Confirmation, Toggle Live Preview) wrap to a new line on narrow viewports instead of overflowing.

Fixes #257, fixes #356.

Test plan

  • Verify front-page footer CTAs display in sentence case
  • On a mobile viewport, verify plugin author action buttons wrap instead of overflowing

🤖 Generated with Claude Code

…rflow

- Update footer CTA titles from title case to sentence case in the
  build copy of front-page/render.php to match the src version (WordPress#257)
- Add flex-wrap: wrap to .plugin-actions so buttons wrap on narrow
  viewports instead of overflowing (WordPress#356)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props wpnomad, laurlittle, joedolson.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

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.

Plugin actions overflow on mobile Plugins: Update footer CTA headlines to sentence case

1 participant