Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21163, comment 5


Ignore:
Timestamp:
07/05/2012 05:24:41 PM (12 years ago)
Author:
Workshopshed
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21163, comment 5

    initial v1  
    11Updated get_oauth_link
    2 
    32
    43{{{
     
    65        {
    76            // Establish an Blogger_OAuth consumer
     7            $base_url = admin_url();
    88            $request_token_endpoint = 'https://www.google.com/accounts/OAuthGetRequestToken';
    99            $authorize_endpoint = 'https://www.google.com/accounts/OAuthAuthorizeToken';