Plugin Directory

Changeset 1702622


Ignore:
Timestamp:
07/25/2017 07:39:18 PM (9 years ago)
Author:
kernox
Message:

Add domain path

File:
1 edited

Legend:

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

    r1702579 r1702622  
    11<?php
    22
    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 */
    1213
    1314require_once 'tootophp/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.