Prior to this update, you would get that message when commenting had expired, but not when commenting was disabled at either the weblog or the entry level.
I know, I have had to hack the language file to add the correct message for some time.
The language file still has:
"Commenting is not available in this weblog entry."
for when commenting has expired, shouldn’t the default be:
"Commenting has expired for this entry."
This needs to be dynamic and cut in when the date is reached.
The decision not to allow commenting at the time of publishing is selectable and so doesn’t need an automatic message.
Part of my problem is that I only allow commenting on a small number of posts and the new code makes it sound like I’ve taken away something that is normal.
What about my problem with the inserted message not being within a paragraph tag?
I can’t style the message because it’s not there in the template.
I don’t want to define body text in the CSS to have padding/margin as that will mess up the rest of the design.
I accept that you can’t please all the people all the time, but why wouldn’t you want the inserted message to be within a paragraph tag?