Changeset 716800
- Timestamp:
- 05/22/2013 06:44:45 PM (13 years ago)
- Location:
- guest-posts
- Files:
-
- 3 edited
- 1 copied
-
tags/1.1 (copied) (copied from guest-posts/trunk)
-
trunk/guest-posts-submit.php (modified) (2 diffs)
-
trunk/guest-posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guest-posts/trunk/guest-posts-submit.php
r650989 r716800 6 6 //Get the submitted form 7 7 ob_start(); 8 require_once($_POST["rootpath"]); 8 9 $title = $_POST["title"]; 9 10 $story = $_POST["story"]; … … 19 20 20 21 //Load WordPress 21 require($path);22 //require($path); 22 23 23 24 //Verify the form fields -
guest-posts/trunk/guest-posts.php
r675629 r716800 4 4 Plugin URI: 5 5 Description: Give an opportunity to your unregistered readers to post on your Blog. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: ericgrld 8 8 Author URI: 9 9 Requires at least: 3.0 10 10 Tested Up to: 3.5 11 Stable Tag: 1.1 11 Stable Tag: 1.1.1 12 12 License: GPL v2 13 13 */ -
guest-posts/trunk/readme.txt
r706925 r716800 5 5 Requires at least: 3.0 6 6 Tested Up to: 3.5.1 7 Stable Tag: 1.1 7 Stable Tag: 1.1.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 89 89 == Changelog == 90 Date: 23-03-2013 91 Released: 1.1.1 92 Release Note: Fixed Post not saving issue. 93 94 90 95 Date: 01-03-2013 91 96 Released: 1.1
Note: See TracChangeset
for help on using the changeset viewer.