From 183d6fd97b6a8f902a7187a813fce1c96ff60b65 Mon Sep 17 00:00:00 2001 From: ozh Date: Thu, 20 Apr 2017 22:15:10 +0200 Subject: [PATCH] Another $int over $in since it's about int --- includes/functions-deprecated.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions-deprecated.php b/includes/functions-deprecated.php index 7e77875..dcfc681 100644 --- a/includes/functions-deprecated.php +++ b/includes/functions-deprecated.php @@ -33,9 +33,9 @@ function yourls_get_duplicate_keywords( $longurl ) { * Note: this function is dumb and dumbly named since it does not intval(). DO NOT USE. * */ -function yourls_intval( $in ) { +function yourls_intval( $int ) { yourls_deprecated_function( __FUNCTION__, '1.7', 'yourls_sanitize_int' ); - return yourls_escape( $in ); + return yourls_escape( $int ); } /** -- 2.42.0