WordPress.org

Make WordPress Core

Opened 3 years ago

Last modified 3 years ago

#12986 new feature request

Enhancement to comments_popup_link()

Reported by: zeo Owned by:
Priority: normal Milestone: Future Release
Component: Comments Version:
Severity: normal Keywords: has-patch
Cc:

Description

Currently "Comments Off" is wrap with <span> tag, but not "Enter your password to view comments." if post requires password.

The idea is to wrap "Enter your password to view comments." with span tag, have its own css class e.g enter-password. Also adds $css_class if set. This way, theme author can easily style it based on post / comment status condition.

And add another paramater $password so that theme author can customize the text to display if post is password protected.

Need 2nd opinion with the attached patch.

Attachments (1)

comments_popup_link.patch (3.4 KB) - added by zeo 3 years ago.

Download all attachments as: .zip

Change History (3)

zeo3 years ago

comment:1 zeo3 years ago

  • Milestone changed from Unassigned to 3.0

comment:2 nacin3 years ago

  • Milestone changed from 3.0 to Future Release
Note: See TracTickets for help on using tickets.