Plugin Directory

Changeset 1359242


Ignore:
Timestamp:
02/26/2016 10:08:42 PM (10 years ago)
Author:
akibjorklund
Message:

Clean up plugin headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • comment-reactions/trunk/comment-reactions.php

    r1359239 r1359242  
    11<?php
    2 /**
    3  * Plugin Name: Comment Reactions
    4  * Plugin URI: https://wordpress.org/plugins/comment-reactions/
    5  * Description: Enable Slack style reactions to comments.
    6  * Author: Aki Björklund
    7  * Author URI: https://akibjorklund.com/
     2/*
     3Plugin Name: Comment Reactions
     4Plugin URI: https://wordpress.org/plugins/comment-reactions/
     5Description: Enable Slack style reactions to comments.
     6Author: Aki Björklund
     7Author URI: https://akibjorklund.com/
    88Version: 1.0.0
    9  * Text Domain: comment-reactions
    10  * Domain Path: /languages
    11  */
     9Text Domain: comment-reactions
     10Domain Path: /languages
     11*/
    1212
    1313define( 'COMMENT_REACTIONS_VERSION', '1.0.0' );
Note: See TracChangeset for help on using the changeset viewer.