From 7eae490314ddfa56e2d50b0211726d704f4cb348 Mon Sep 17 00:00:00 2001 From: Ozh Date: Sun, 9 Dec 2012 20:21:09 +0000 Subject: [PATCH] Removed unused variable git-svn-id: http://yourls.googlecode.com/svn/trunk@813 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-formatting.php b/includes/functions-formatting.php index e357af9..ac846ea 100644 --- a/includes/functions-formatting.php +++ b/includes/functions-formatting.php @@ -232,7 +232,7 @@ function yourls_check_invalid_utf8( $string, $strip = false ) { * @param boolean $double_encode Optional. Whether to encode existing html entities. Default is false. * @return string The encoded text with HTML entities. */ -function yourls_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) { +function yourls_specialchars( $string, $quote_style = ENT_NOQUOTES, $double_encode = false ) { $string = (string) $string; if ( 0 === strlen( $string ) ) -- 2.45.0