File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Tested up to: 6.1.1
66Stable tag: 0.1
77License: GNU General Public License v3 or later
88License URI: https://www.gnu.org/licenses/gpl-3.0.html
9- Donate link: https://www.unmus.de/
109
1110TootPress copies your toots from Mastodon to WordPress.
1211
@@ -135,4 +134,4 @@ TootPress creates 2 folders within wp-content/uploads.
135134
136135= TootPress API =
137136
138- WordPress Action: tootpress_toots_update (fired on toot update)
137+ WordPress Action: tootpress_toots_update (fired on toot update)
Original file line number Diff line number Diff line change 22
33/*
44Plugin Name: TootPress
5- Plugin URI: https://www.unmus.de/tootpress/
65Description: TootPress copies your Toots from Mastodon to WordPress.
76Version: 0.1
87Author: Marco Hitschler
5049register_uninstall_hook ( __FILE__ , 'tootpress_delete ' );
5150register_deactivation_hook ( __FILE__ , 'tootpress_deactivate ' );
5251
53- ?>
52+ ?>
You can’t perform that action at this time.
0 commit comments