Formatting

This commit is contained in:
Tetrakern 2023-06-21 02:06:39 +02:00
parent ca5315f183
commit 864dad25fc

View File

@ -451,7 +451,8 @@ if ( ! function_exists( 'fictioneer_mobile_user_menu' ) ) {
if (
$post_type === 'fcn_chapter' &&
! is_search() && comments_open() &&
! is_search() &&
comments_open() &&
! fictioneer_is_commenting_disabled() &&
! post_password_required()
) {