Ignore:
Timestamp:
Jan 9, 2014, 8:44:55 PM (10 years ago)
Author:
mistic100
Message:

rename OAuth into Social Connect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/main.inc.php

    r26556 r26558  
    11<?php
    22/*
    3 Plugin Name: OAuth
     3Plugin Name: Social Connect
    44Version: auto
    55Description: Provides various ways to sign in your gallery (Twitter, Facebook, Google, etc.)
     
    7272    if (empty($hybridauth_conf) and strpos(@$_GET['page'],'plugin-'.OAUTH_ID)===false)
    7373    {
    74       $page['warnings'][] = '<a href="'.OAUTH_ADMIN.'">'.l10n('OAuth: You need to configure the credentials').'</a>';
     74      $page['warnings'][] = '<a href="'.OAUTH_ADMIN.'">'.l10n('Social Connect: You need to configure the credentials').'</a>';
    7575    }
    7676    if (!function_exists('curl_init'))
    7777    {
    78       $page['warnings'][] = l10n('OAuth: PHP Curl extension is needed');
     78      $page['warnings'][] = l10n('Social Connect: PHP Curl extension is needed');
    7979    }
    8080  }
     
    101101{
    102102  $menu[] = array(
    103     'NAME' => l10n('OAuth'),
     103    'NAME' => 'Social Connect',
    104104    'URL' => OAUTH_ADMIN,
    105105    );
Note: See TracChangeset for help on using the changeset viewer.