comment_form_lockdown_message() WPSCache 1.0
No Hooks.
Return
Null. Nothing.
Usage
comment_form_lockdown_message();
Code of comment_form_lockdown_message() comment form lockdown message WPSCache 1.7.1
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
}