WordPress / WordPress/phpdoc-parser
Allow periods in @since taxonomy terms slugs
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 239
- Forks
- 81
- Avg merge
- 16h 29m
- Merged PRs (30d)
- 8
Description
http://txfx.net/wordpress-plugins/periods-in-titles/ allows periods in post and term slugs. I use it at, for example, http://genesischangelog.com/2.0.2 .
It would be good if periods would be allowed for the @since taxonomy terms, so docs.example.com/since/1-0-0 would become a friendlier looking and naturally quicker to type docs.example.com/since/1.0.0 .
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 locating the code that generates or normalizes slugs for @since taxonomy terms; the issue names no files or tests. Compare the current docs.example.com/since/1-0-0 behavior with the requested docs.example.com/since/1.0.0 form, and verify that periods are preserved without breaking existing taxonomy URLs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100