From fe28fc0d9df140cfbc7c21559e4fa5bf7b9eb3ce Mon Sep 17 00:00:00 2001 From: adigitalife Date: Fri, 26 Apr 2013 15:01:38 +0300 Subject: [PATCH] Update functions.php --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 7ba44cb..88117d5 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -386,7 +386,7 @@ function yourls_keyword_is_taken( $keyword ) { // Allow plugins to short-circuit the whole function $pre = yourls_apply_filter( 'shunt_keyword_is_taken', false, $keyword ); if ( false !== $pre ) - return $pre; + return $pre; global $ydb; $keyword = yourls_sanitize_keyword( $keyword ); -- 2.45.0