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
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-revie.../admin/assets/js
File: wp-review-tab-widget-admin.js
/*
[0] Fix | Delete
* Plugin Name: WP Review
[1] Fix | Delete
* Plugin URI: http://mythemeshop.com/plugins/wp-review/
[2] Fix | Delete
* Description: Create reviews! Choose from Stars, Percentages, Circles or Points for review scores. Supports Retina Display, WPMU & Unlimited Color Schemes.
[3] Fix | Delete
* Author: MyThemesShop
[4] Fix | Delete
* Author URI: http://mythemeshop.com/
[5] Fix | Delete
*/
[6] Fix | Delete
jQuery(document).on('click', function(e) {
[7] Fix | Delete
var $this = jQuery(e.target);
[8] Fix | Delete
var $form = $this.closest('.wp_review_tab_options_form');
[9] Fix | Delete
[10] Fix | Delete
if ($this.is('.wp_review_tab_enable_toprated')) {
[11] Fix | Delete
$form.find('.wp_review_tab_toprated_order').slideToggle($this.is(':checked'));
[12] Fix | Delete
$form.find('.wp_review_tab_toprated_title').slideToggle($this.is(':checked'));
[13] Fix | Delete
$form.find('.wp_review_tab_top_rated_filter').slideToggle($this.is(':checked'));
[14] Fix | Delete
} else if ($this.is('.wp_review_tab_enable_recent')) {
[15] Fix | Delete
$form.find('.wp_review_tab_recent_order').slideToggle($this.is(':checked'));
[16] Fix | Delete
$form.find('.wp_review_tab_recent_title').slideToggle($this.is(':checked'));
[17] Fix | Delete
} else if ($this.is('.wp_review_tab_enable_mostvoted')) {
[18] Fix | Delete
$form.find('.wp_review_tab_mostvoted_order').slideToggle($this.is(':checked'));
[19] Fix | Delete
$form.find('.wp_review_tab_mostvoted_title').slideToggle($this.is(':checked'));
[20] Fix | Delete
} else if ($this.is('.wp_review_tab_enable_recent_ratings')) {
[21] Fix | Delete
$form.find('.wp_review_tab_recent_ratings_order').slideToggle($this.is(':checked'));
[22] Fix | Delete
$form.find('.wp_review_tab_recent_ratings_title').slideToggle($this.is(':checked'));
[23] Fix | Delete
$form.find('.wp_review_restrict_recent_review').slideToggle($this.is(':checked'));
[24] Fix | Delete
} else if ($this.is('.wp_review_tab_enable_custom')) {
[25] Fix | Delete
$form.find('.wp_review_tab_custom_order').slideToggle($this.is(':checked'));
[26] Fix | Delete
$form.find('.wp_review_tab_custom_title').slideToggle($this.is(':checked'));
[27] Fix | Delete
$form.find('.wp_review_tab_custom_reviews').slideToggle($this.is(':checked'));
[28] Fix | Delete
} else if ($this.is('.wp_review_tab_order_header')) {
[29] Fix | Delete
e.preventDefault();
[30] Fix | Delete
$form.find('.wp_review_tab_order').slideToggle();
[31] Fix | Delete
$form.find('.wp_review_tab_titles').slideUp();
[32] Fix | Delete
} else if ($this.is('.wp_review_tab_titles_header')) {
[33] Fix | Delete
e.preventDefault();
[34] Fix | Delete
$form.find('.wp_review_tab_titles').slideToggle();
[35] Fix | Delete
$form.find('.wp_review_tab_order').slideUp();
[36] Fix | Delete
}
[37] Fix | Delete
});
[38] Fix | Delete
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function