Changeset 6499
- Timestamp:
- 02/01/2018 06:34:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r6497 r6499 611 611 if ( $this->fields['extended_author'] ) { 612 612 $phil->author = (object) array( 613 'profile' => 'https://profiles.wordpress.org/' . $author->user_nicename, 614 'avatar' => 'https://secure.gravatar.com/avatar/' . md5( $author->user_email ) . '?s=96&d=monsterid&r=g', 613 'user_nicename' => $author->user_nicename, 614 'profile' => 'https://profiles.wordpress.org/' . $author->user_nicename, 615 'avatar' => 'https://secure.gravatar.com/avatar/' . md5( $author->user_email ) . '?s=96&d=monsterid&r=g', 615 616 'display_name' => $author->display_name, 616 617 );
Note: See TracChangeset
for help on using the changeset viewer.