Plugin Directory

Changeset 1702579


Ignore:
Timestamp:
07/25/2017 06:46:59 PM (9 years ago)
Author:
kernox
Message:

Change configuration menu position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-mastodon-share/trunk/mastoshare.php

    r1702506 r1702579  
    55Plugin URI: https://github.com/kernox/mastoshare-wp
    66Description: Share WordPress posts on a mastodon instance.
    7 Version: 0.5
     7Version: 0.6
    88Author: Hellexis
    99Author URI: https://github.com/kernox
     
    3939 */
    4040function mastoshare_configuration_page() {
    41     add_menu_page(
     41    add_options_page(
    4242        'Mastodon Share',
    4343        'Mastodon Share',
    4444        'install_plugins',
    4545        'mastoshare',
    46         'mastoshare_show_configuration_page',
    47         'dashicons-share',
    48         1000
     46        'mastoshare_show_configuration_page'
    4947    );
    5048}
Note: See TracChangeset for help on using the changeset viewer.