Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/hub/stores/class-abstract-event-log-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class Abstract_Event_Log_Item {
*
* @var string
*/
private $action;
private $action_name;

/**
* The data associated with the Event Log Item.
Expand Down
7 changes: 7 additions & 0 deletions includes/incoming-events/class-abstract-incoming-event.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ class Abstract_Incoming_Event {
*/
protected $timestamp;

/**
* The site url
*
* @var string
*/
protected $site;

/**
* Constructs a new Incoming Event
*
Expand Down