Changeset 6598
- Timestamp:
- 01/11/08 18:35:34 (8 months ago)
- Files:
-
- trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/theme.php
r6592 r6598 84 84 85 85 if ( preg_match( '|Template:(.*)$|mi', $theme_data, $template ) ) 86 $template = wp_kses( trim( $template[1] , $themes_allowed_tags ));86 $template = wp_kses( trim( $template[1] ), $themes_allowed_tags ); 87 87 else 88 88 $template = '';
