comment_form_lockdown_message()
No Hooks.
Returns
null. Nothing (null).
Usage
comment_form_lockdown_message();
comment_form_lockdown_message() comment form lockdown message code WPSCache 3.1.0
<?php
function comment_form_lockdown_message() {
?><p><?php _e( "Comment moderation is enabled. Your comment may take some time to appear.", 'wp-super-cache' ); ?></p><?php
}