Ticket #2100: 2100.diff
File 2100.diff, 1.2 KB (added by , 7 years ago) |
---|
-
classes/tggr-source-google.php
264 264 'name' => $postmeta['author_name'][0], 265 265 'username' => $postmeta['author_name'][0], 266 266 'image' => $postmeta['author_image_url'][0], 267 'userId' => $postmeta['author_id'][0], 267 268 ); 268 269 269 270 $item['itemMeta'] = array( -
javascript/components/google/index.jsx
28 28 29 29 return ( 30 30 <div className={ item.itemMeta.cssClasses }> 31 <a className="tggr-author-profile clearfix" href={ url + author.user name} rel="nofollow">31 <a className="tggr-author-profile clearfix" href={ url + author.userId } rel="nofollow"> 32 32 { author.image && <img src={ author.image } alt="" className="tggr-author-avatar" /> } 33 33 <span className="tggr-author-name">{ author.name }</span> 34 34 <span className="tggr-author-username">@{ author.username }</span>