Skip to content

Commit

Permalink
format: remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Sep 19, 2023
1 parent 0d6c6d7 commit 08a2fc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/class-simple-local-avatars.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ public function get_simple_local_avatar_url( $id_or_email, $size ) {
return '';
}



// Fetch local avatar from meta and make sure it's properly set.
$local_avatars = get_user_meta( $user_id, $this->user_key, true );
if ( empty( $local_avatars['media_id'] ) ) {
Expand Down

0 comments on commit 08a2fc6

Please sign in to comment.