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