Plugin Directory

Changeset 443939


Ignore:
Timestamp:
09/26/2011 11:35:25 PM (14 years ago)
Author:
ipublicis
Message:

Changed a small line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • author-box-reloaded-pack/trunk/googleplus.php

    r443923 r443939  
    44Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/
    55Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater.
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: Lopo Lencastre de Almeida - iPublicis.com
    88Author URI: http://www.ipublicis.com
     
    6969 */
    7070function googleplus_authorbox_add_sites( $known_sites ) {                   // CHANGE the function prefix name
    71     $known_sites['Google+'] = array(                                                            // CHANGE the key name
     71    $known_sites['GooglePlus'] = array(                                                     // CHANGE the key name
    7272        'favicon' => plugin_dir_url( __FILE__ ) . 'images/googleplus.png',      // CHANGE the image name
    7373        'url' => 'http://plus.google.com/USERNAME',                                     // CHANGE the service URI
Note: See TracChangeset for help on using the changeset viewer.