Changeset 1702579
- Timestamp:
- 07/25/2017 06:46:59 PM (9 years ago)
- File:
-
- 1 edited
-
wp-mastodon-share/trunk/mastoshare.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mastodon-share/trunk/mastoshare.php
r1702506 r1702579 5 5 Plugin URI: https://github.com/kernox/mastoshare-wp 6 6 Description: Share WordPress posts on a mastodon instance. 7 Version: 0. 57 Version: 0.6 8 8 Author: Hellexis 9 9 Author URI: https://github.com/kernox … … 39 39 */ 40 40 function mastoshare_configuration_page() { 41 add_ menu_page(41 add_options_page( 42 42 'Mastodon Share', 43 43 'Mastodon Share', 44 44 'install_plugins', 45 45 'mastoshare', 46 'mastoshare_show_configuration_page', 47 'dashicons-share', 48 1000 46 'mastoshare_show_configuration_page' 49 47 ); 50 48 }
Note: See TracChangeset
for help on using the changeset viewer.