Changeset 1702622
- Timestamp:
- 07/25/2017 07:39:18 PM (9 years ago)
- File:
-
- 1 edited
-
wp-mastodon-share/trunk/mastoshare.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-mastodon-share/trunk/mastoshare.php
r1702579 r1702622 1 1 <?php 2 2 3 /* 4 Plugin Name: Mastodon Share for WP 5 Plugin URI: https://github.com/kernox/mastoshare-wp 6 Description: Share WordPress posts on a mastodon instance. 7 Version: 0.6 8 Author: Hellexis 9 Author URI: https://github.com/kernox 10 Text Domain: mastoshare 11 */ 3 /** 4 * Plugin Name: Mastodon Share for WP 5 * Plugin URI: https://github.com/kernox/mastoshare-wp 6 * Description: Share WordPress posts on a mastodon instance. 7 * Version: 0.6 8 * Author: Hellexis 9 * Author URI: https://github.com/kernox 10 * Text Domain: mastoshare 11 * Domain Path: /languages 12 */ 12 13 13 14 require_once 'tootophp/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.