Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
removed webfinger class
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 5, 2018
1 parent ab2c259 commit c083a62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/class-salmon-entry.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
require_once 'class-webfinger.php';

/**
* Represents a single Salmon entry retrieved from a post to the Salmon
* endpoint.
Expand All @@ -19,7 +17,6 @@ class Salmon_Entry {
public $title;
public $updated;
public $salmon_signature;
public $webfinger;
public $avatars;

/**
Expand Down

0 comments on commit c083a62

Please sign in to comment.