Add php end tag. fixes #7111

git-svn-id: http://svn.automattic.com/wordpress/trunk@8063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-06-09 17:36:39 +00:00
parent eeca693b1e
commit 975a9c5120
1 changed files with 2 additions and 0 deletions

View File

@ -285,3 +285,5 @@ function wp_widget_control_ob_filter( $string ) {
$string = str_replace( ' ', ' ', $string );
return trim( wp_specialchars( strip_tags( $string ) ) );
}
?>