Opened 12 years ago
Closed 12 years ago
#23603 closed defect (bug) (fixed)
Custom post password form label
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch 3.7-early commit |
Focuses: | Cc: |
Description
get_the_password_form() hardcodes the password protected message.
__("This post is password protected. To view it please enter your password below:")
This results in misbehavior, wherein all post types (including Pages) do not make a distinction between what is password protected.
Considering the difficulty of chunking up that string to be dynamic and more importantly easily localizable, I attach a draft patch which makes that message a label instead.
Attachments (2)
Change History (11)
#3
follow-ups:
↓ 4
↓ 5
@
12 years ago
I like "This content is password protected". Any translations would have to be updated with this though.
#4
in reply to:
↑ 3
@
12 years ago
- Keywords 3.7-early added
- Milestone changed from Awaiting Review to Future Release
#5
in reply to:
↑ 3
@
12 years ago
Replying to MikeHansenMe:
I like "This content is password protected". Any translations would have to be updated with this though.
Each major release generally has about a hundred or more new strings anyway.
#7
@
12 years ago
- Keywords commit added
The whole form is filterable, so it's currently possible to change the text, although in a hacky way. 23603.diff should make it work for any post type.
How about "This content is password protected"?