Changeset 443939
- Timestamp:
- 09/26/2011 11:35:25 PM (14 years ago)
- File:
-
- 1 edited
-
author-box-reloaded-pack/trunk/googleplus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-box-reloaded-pack/trunk/googleplus.php
r443923 r443939 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: 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. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 69 69 */ 70 70 function googleplus_authorbox_add_sites( $known_sites ) { // CHANGE the function prefix name 71 $known_sites['Google +'] = array(// CHANGE the key name71 $known_sites['GooglePlus'] = array( // CHANGE the key name 72 72 'favicon' => plugin_dir_url( __FILE__ ) . 'images/googleplus.png', // CHANGE the image name 73 73 'url' => 'http://plus.google.com/USERNAME', // CHANGE the service URI
Note: See TracChangeset
for help on using the changeset viewer.