-
Notifications
You must be signed in to change notification settings - Fork 1
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
New task: Rename Uncategorized category #266
base: develop
Are you sure you want to change the base?
Conversation
Test on Playground |
'url' => $this->capability_required() ? \esc_url( \admin_url( 'edit-tags.php?taxonomy=category&post_type=post' ) ) : '', | ||
'description' => '<p>' . sprintf( | ||
/* translators: %s: php version */ | ||
\esc_html__( 'The Uncategorized category is used for posts that don\'t have a category. We recommend renaming it to something more descriptive, like "Posts without a category".', 'progress-planner' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Posts without a category
is just as bad as Uncategorized
... I don't think we should recommend something specific, it should be something that makes sense for their own site. If for example it's a news site then news
would make more sense. "Uncategorized" should be changed to whatever makes sense as default for their site 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a placeholder, we havent still decided what would be best to suggest 😄
Context
New task for renaming Uncategorized category.
We still need to decide:
Quality assurance
Fixes https://github.com/ProgressPlanner/progress-planner-pro/issues/77