Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/Divi/includes/builder/module
File: Comments.php
) );
[500] Fix | Delete
[501] Fix | Delete
// Background layout class names.
[502] Fix | Delete
$background_layout_class_names = et_pb_background_layout_options()->get_background_layout_class( $this->props );
[503] Fix | Delete
$this->add_classname( $background_layout_class_names );
[504] Fix | Delete
[505] Fix | Delete
if ( 'off' === $show_avatar ) {
[506] Fix | Delete
$this->add_classname( 'et_pb_no_avatar' );
[507] Fix | Delete
}
[508] Fix | Delete
[509] Fix | Delete
if ( 'off' === $show_reply ) {
[510] Fix | Delete
$this->add_classname( 'et_pb_no_reply_button' );
[511] Fix | Delete
}
[512] Fix | Delete
[513] Fix | Delete
if ( 'off' === $show_count ) {
[514] Fix | Delete
$this->add_classname( 'et_pb_no_comments_count' );
[515] Fix | Delete
}
[516] Fix | Delete
[517] Fix | Delete
// Removed automatically added classname
[518] Fix | Delete
$this->remove_classname( $render_slug );
[519] Fix | Delete
[520] Fix | Delete
$multi_view_data_attr = $multi_view->render_attrs( array(
[521] Fix | Delete
'classes' => array(
[522] Fix | Delete
'et_pb_no_avatar' => array(
[523] Fix | Delete
'show_avatar' => 'off',
[524] Fix | Delete
),
[525] Fix | Delete
'et_pb_no_reply_button' => array(
[526] Fix | Delete
'show_reply' => 'off',
[527] Fix | Delete
),
[528] Fix | Delete
'et_pb_no_comments_count' => array(
[529] Fix | Delete
'show_count' => 'off',
[530] Fix | Delete
)
[531] Fix | Delete
),
[532] Fix | Delete
) );
[533] Fix | Delete
[534] Fix | Delete
$output = sprintf(
[535] Fix | Delete
'<div%3$s class="%2$s"%4$s%7$s%8$s%9$s%10$s>
[536] Fix | Delete
%5$s
[537] Fix | Delete
%6$s
[538] Fix | Delete
%1$s
[539] Fix | Delete
</div>',
[540] Fix | Delete
$comments_content,
[541] Fix | Delete
$this->module_classname( $render_slug ),
[542] Fix | Delete
$this->module_id(),
[543] Fix | Delete
'' !== $comments_custom_icon ? sprintf( ' data-icon="%1$s"', esc_attr( et_pb_process_font_icon( $comments_custom_icon ) ) ) : '',
[544] Fix | Delete
$video_background, // #5
[545] Fix | Delete
$parallax_image_background,
[546] Fix | Delete
et_core_esc_previously( $data_background_layout ),
[547] Fix | Delete
'' !== $comments_custom_icon_tablet ? sprintf( ' data-icon-tablet="%1$s"', esc_attr( et_pb_process_font_icon( $comments_custom_icon_tablet ) ) ) : '',
[548] Fix | Delete
'' !== $comments_custom_icon_phone ? sprintf( ' data-icon-phone="%1$s"', esc_attr( et_pb_process_font_icon( $comments_custom_icon_phone ) ) ) : '',
[549] Fix | Delete
$multi_view_data_attr // #10
[550] Fix | Delete
);
[551] Fix | Delete
[552] Fix | Delete
return $output;
[553] Fix | Delete
}
[554] Fix | Delete
}
[555] Fix | Delete
[556] Fix | Delete
new ET_Builder_Module_Comments;
[557] Fix | Delete
[558] Fix | Delete
if ( et_is_woocommerce_plugin_active() && defined( 'ET_BUILDER_DIR' ) ) {
[559] Fix | Delete
// Use separate files for better organization.
[560] Fix | Delete
require_once ( ET_BUILDER_DIR . 'module/woocommerce/Reviews.php' );
[561] Fix | Delete
}
[562] Fix | Delete
[563] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function