Opened 7 years ago
Last modified 5 years ago
#43287 new enhancement
The text "immediately" should be capitalize in publish meta box.
Reported by: | jainnidhi | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9.4 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
If we see in the "Publish" metabox, Status and Visibility texts are capitalize. So "immediately" text should also be capitalize.
Attachments (5)
Change History (15)
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
6 years ago
@
6 years ago
Updated /wp-admin/includes/meta-boxes.php since the code has changed since the last patch was attached to this ticket.
#7
@
6 years ago
This is the first time I’ve ever made a patch, so I’m not sure if I did it correctly, but the old patch wouldn’t load because of the changes to core since the patch.
This ticket was mentioned in Slack in #design by gb_jlm. View the logs.
6 years ago
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
I see in your diff that you changed it to
Publish Immediately
.Everything else also has
:
between the title : outcome. So maybe it should bePublish: Immediately
to be more inline with the other options and to make sense why it is capitalized as well.Also an extra thought would be to not change the title completely from
Publish
toSchedule for: <date>
but instead fromPublish:
toPublish on: <date>
maybe ?