Merge pull request #30 from LordBeaver/patch-1
Compatibility with YOURLS 1.7.1
This commit is contained in:
@@ -13,7 +13,7 @@ if( @include dirname(__FILE__) . '/public/config.php' ) {
|
||||
class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); }
|
||||
|
||||
// Load translations
|
||||
yourls_load_custom_textdomain( 'isq_translation', '/public/languages' );
|
||||
yourls_load_custom_textdomain( 'isq_translation', 'public/languages' );
|
||||
?>
|
||||
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user