*/ /* * If the current post is protected by a password and the visitor has not yet * entered the password we will return early without loading the comments. */ if ( post_password_required() ) { return; } global $blogbox_options; $use_post_icons = intval( $blogbox_options['bB_use_post_format_icons'] ); if( $use_post_icons == '1' ){ ?>