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:
parent
2efa758966
commit
64e67e2d76
|
@ -285,3 +285,5 @@ function wp_widget_control_ob_filter( $string ) {
|
||||||
$string = str_replace( ' ', ' ', $string );
|
$string = str_replace( ' ', ' ', $string );
|
||||||
return trim( wp_specialchars( strip_tags( $string ) ) );
|
return trim( wp_specialchars( strip_tags( $string ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
Loading…
Reference in New Issue