Plugin Directory

Changeset 2016707


Ignore:
Timestamp:
01/22/2019 07:11:11 AM (7 years ago)
Author:
ashishodich
Message:

Commenting update

Location:
wp-simplepost-contributors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-simplepost-contributors/tags/1.0/wp-simplepost-contributors.php

    r2016688 r2016707  
    11<?php
    2 /**
    3  * Plugin Name: WP-SimplePost-Contributors
    4  * Description: WP-SimplePost-Contributors plugin allows you to add more than one author of the post.
    5  * Author: Ashish Odich
    6  * Author URI: https://in.linkedin.com/in/ashish-odich
    7  * version: 1.0
    8  * license: GPLv3
    9  */
    10 
     2/* Plugin Name:  WP SimplePost Contributors
     3 * Description:  Allow you to add more than one author of the post.
     4 * Version:      1.0
     5 * Author:       Ashish Odich
     6 * Contributors: ashishodich
     7 * Requires at least: 4.0
     8 *
     9 *
     10 * @package WP SimplePost Contributors
     11 * @category WP SimplePost Contributors
     12 * @author Ashish Odich
     13*/
    1114if ( ! defined( 'ABSPATH' ) ) {
    1215    exit;
  • wp-simplepost-contributors/trunk/wp-simplepost-contributors.php

    r2016688 r2016707  
    11<?php
    2 /**
    3  * Plugin Name: WP-SimplePost-Contributors
    4  * Description: WP-SimplePost-Contributors plugin allows you to add more than one author of the post.
    5  * Author: Ashish Odich
    6  * Author URI: https://in.linkedin.com/in/ashish-odich
    7  * version: 1.0
    8  * license: GPLv3
    9  */
    10 
     2/* Plugin Name:  WP SimplePost Contributors
     3 * Description:  Allow you to add more than one author of the post.
     4 * Version:      1.0
     5 * Author:       Ashish Odich
     6 * Contributors: ashishodich
     7 * Requires at least: 4.0
     8 *
     9 *
     10 * @package WP SimplePost Contributors
     11 * @category WP SimplePost Contributors
     12 * @author Ashish Odich
     13*/
    1114if ( ! defined( 'ABSPATH' ) ) {
    1215    exit;
Note: See TracChangeset for help on using the changeset viewer.