WordPress / WordPress/wordpress-playground
Init: Use actual plugin/theme name or slug instead of namified slug
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 462
- Avg merge
- 18h 44m
- Merged PRs (30d)
- 33
Description
When downloading/installing a plugin or theme, it seems the slug is namified (sentence case, dashes to spaces, no capital_P_dangit()). Ideally the item name would be used, or alternatively the actual slug.
In some cases the mismatch can get rather confusing: wordpress-seo is the slug for Yoast SEO.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the plugin and theme downloading or installation flow described in the issue, then compare where the displayed name and slug are derived. Done means the installed item uses its actual name or actual slug, so cases such as wordpress-seo and Yoast SEO no longer produce a confusing mismatch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100