Simple Comment Editing 2.2.1 Released

Simple Comment Editing 2.2.1 was released with a wrapper for the separator. It came from a forum request to hide the timer.

If you’re looking to hide the timer yourself, you can just add this CSS to your customizer.

.sce-seperator, .sce-timer{ display: none; }Code language: CSS (css)