/** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ function theme_shortcode_list($atts, $content = null, $code) { extract(shortcode_atts(array( 'style' => '', 'line' => '', ), $atts)); if($line == "yes"){ $line = " line"; } else { $line = " "; } if($style){ $style = " ".$style; } return str_replace('