mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 12:21:29 +00:00
add missing files
This commit is contained in:
11
classes/plugin_button.php
Normal file
11
classes/plugin_button.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class Plugin_Button {
|
||||
|
||||
protected $link;
|
||||
|
||||
function __construct($link) {
|
||||
$this->link = $link;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user