mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 11:00:11 -04:00
Provide a "default moderate" option for comments. The default behavior
is unchanged, but you now have the option to set all new comments to be unpublished and then moderate them through the Admin > Content > Comments interface. Fixes #2126.
This commit is contained in:
@@ -43,3 +43,7 @@
|
||||
padding: .2em .6em;
|
||||
}
|
||||
|
||||
.g-comment-state-unpublished {
|
||||
font-style: italic;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user