Changeset 2016707
- Timestamp:
- 01/22/2019 07:11:11 AM (7 years ago)
- Location:
- wp-simplepost-contributors
- Files:
-
- 2 edited
-
tags/1.0/wp-simplepost-contributors.php (modified) (1 diff)
-
trunk/wp-simplepost-contributors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-simplepost-contributors/tags/1.0/wp-simplepost-contributors.php
r2016688 r2016707 1 1 <?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 */ 11 14 if ( ! defined( 'ABSPATH' ) ) { 12 15 exit; -
wp-simplepost-contributors/trunk/wp-simplepost-contributors.php
r2016688 r2016707 1 1 <?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 */ 11 14 if ( ! defined( 'ABSPATH' ) ) { 12 15 exit;
Note: See TracChangeset
for help on using the changeset viewer.