Changeset 4326 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/common.php
- Timestamp:
- 11/03/2016 07:14:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/common.php
r4316 r4326 105 105 switch ( $meta_key ) { 106 106 case 'avatar_url': 107 $value = get_avatar_url( $attendee->tix_email, array( 'size' => 600 ) ); 107 $value = get_avatar_url( 108 $attendee->tix_email, 109 array( 110 'size' => 1024, 111 'default' => 'blank', 112 'rating' => 'g' 113 ) 114 ); 108 115 break; 109 116
Note: See TracChangeset
for help on using the changeset viewer.