-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
luanbu
committed
Feb 3, 2013
1 parent
38d59fc
commit 9051f78
Showing
27 changed files
with
666 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
/* | ||
* Plugin Name: TXTAsPost | ||
* Version: 3.0 | ||
* Plugin URI: http://www.wordpressplugindeveloper.com | ||
* Description: Convert TXT into wordpress posts | ||
* Author: Jesse | ||
* Author URI: http://www.wordpressplugindeveloper.com | ||
*/ | ||
require_once(dirname(__FILE__).'/txtaspost.php'); | ||
register_activation_hook(__FILE__, array(&$TXTAsPost, 'install')); | ||
//register_deactivation_hook(__FILE__, array(&$TXTAsPost, 'uninstall')); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
/* | ||
* Plugin Name: TXTAsPost | ||
* Version: 0.1 | ||
* Plugin URI: http://www.wordpressplugindeveloper.com | ||
* Description: Coded By http://www.wordpressplugindeveloper.com | ||
* Author: Jesse | ||
* Author URI: http://www.wordpressplugindeveloper.com | ||
*/ | ||
require_once(dirname(__FILE__).'/txtaspost.php'); | ||
register_activation_hook(__FILE__, array(&$TXTAsPost, 'install')); | ||
//register_deactivation_hook(__FILE__, array(&$TXTAsPost, 'uninstall')); | ||
?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
/* | ||
* Plugin Name: TXTAsPost | ||
* Version: 0.1 | ||
* Plugin URI: http://www.wordpressplugindeveloper.com | ||
* Description: Coded By http://www.wordpressplugindeveloper.com | ||
* Author: Jesse | ||
* Author URI: http://www.wordpressplugindeveloper.com | ||
*/ | ||
require_once(dirname(__FILE__).'/txtaspost.php'); | ||
register_activation_hook(__FILE__, array(&$TXTAsPost, 'install')); | ||
//register_deactivation_hook(__FILE__, array(&$TXTAsPost, 'uninstall')); | ||
?> |
Oops, something went wrong.