Plugin Directory

Changeset 2385105


Ignore:
Timestamp:
09/20/2020 05:10:24 AM (6 years ago)
Author:
ciobanu0151
Message:

Bug fixes, and updated docs.

Location:
manager-for-discord/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • manager-for-discord/trunk/index.php

    r2385097 r2385105  
    5555function load_assets() {
    5656
    57     wp_enqueue_style( 'dm_style',  style_url('index'));
     57    wp_enqueue_style( 'dm_style',  style_url('index.css'));
    5858
    5959}
  • manager-for-discord/trunk/readme.txt

    r2385100 r2385105  
    1111
    1212WP Discord Manager enriches your website with discord functionality. We offer features like:
    13 - Group invite link shortcode ([dm_invite link="DISCORD_INVITE_LINK"])
     13- Group invite link shortcode [dm_invite link=DISCORD_INVITE_LINK]
    1414(More to be added)
    1515
     
    1919
    2020The shortcode used for generating the invite link is:
    21 [dm_invite link="DISCORD_INVITE_LINK"]
     21[dm_invite link=DISCORD_INVITE_LINK]
    2222
    2323You can generate an invite link from your discord server and then you'll have to replace the DISCORD_INVITE_LINK
Note: See TracChangeset for help on using the changeset viewer.