Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitalife committed Apr 26, 2013
1 parent 9a1b7cb commit fe28fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Expand Up @@ -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 );
Expand Down

0 comments on commit fe28fc0

Please sign in to comment.