Changeset 3117
- Timestamp:
- 11/16/05 23:54:39 (3 years ago)
- Files:
-
- trunk/wp-includes/template-functions-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-functions-general.php
r3037 r3117 63 63 function bloginfo($show='') { 64 64 $info = get_bloginfo($show); 65 if ( ! strstr($info, 'url') ) {65 if ( ! (strstr($info, 'url') || strstr($info, 'directory')) ) { 66 66 $info = apply_filters('bloginfo', $info, $show); 67 67 $info = convert_chars($info);
