Add php end tag. fixes #7111

git-svn-id: https://develop.svn.wordpress.org/trunk@8063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-06-09 17:36:39 +00:00
parent 2efa758966
commit 64e67e2d76
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 ) ) );
}
?>