Ticket #2381: x_multiplication_fix.diff
File x_multiplication_fix.diff, 571 bytes (added by , 19 years ago) |
---|
-
wp-includes/template-functions-general.php
62 62 63 63 function bloginfo($show='') { 64 64 $info = get_bloginfo($show); 65 if ( ! (strstr($info, 'url') || strstr($info, 'directory') ) ) {65 if ( ! (strstr($info, 'url') || strstr($info, 'directory') || strstr($info, 'home')) ) { 66 66 $info = apply_filters('bloginfo', $info, $show); 67 67 $info = convert_chars($info); 68 68 }