forked from github/pelican
Tidy and shorten a comment
This commit is contained in:
parent
9db42658e5
commit
f6ef027014
1 changed files with 1 additions and 2 deletions
|
|
@ -141,8 +141,7 @@ class Content(object):
|
|||
|
||||
# manage status
|
||||
if not hasattr(self, 'status'):
|
||||
# using None as the default here breaks comment plugins (and
|
||||
# probably others)
|
||||
# Previous default of None broke comment plugins and perhaps others
|
||||
self.status = getattr(self, 'default_status', '')
|
||||
|
||||
# store the summary metadata if it is set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue