You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not currently possible for a site owner to remove the post date that gets prepended to the post title in the Post dropdown when Subscribing without commenting:
It's not currently possible for a site owner to remove the post date that gets prepended to the post title in the Post dropdown when Subscribing without commenting:
The
postSelectOptions()
markup utility is responsible for adding the date when a select box containing posts is displayed on the front-end:https://github.com/websharks/comment-mail/blob/161213/src/includes/classes/UtilsMarkup.php#L430-L435
This sort of thing should be user-configurable, with a filter at the very least.
The text was updated successfully, but these errors were encountered: