From 64e67e2d763330b04b6a9d5762f66a32088d6a19 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 9 Jun 2008 17:36:39 +0000 Subject: [PATCH] Add php end tag. fixes #7111 git-svn-id: https://develop.svn.wordpress.org/trunk@8063 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/widgets.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-admin/includes/widgets.php b/wp-admin/includes/widgets.php index b29705e4fd..79a4f1abb3 100644 --- a/wp-admin/includes/widgets.php +++ b/wp-admin/includes/widgets.php @@ -285,3 +285,5 @@ function wp_widget_control_ob_filter( $string ) { $string = str_replace( ' ', ' ', $string ); return trim( wp_specialchars( strip_tags( $string ) ) ); } + +?>