Changeset 169581
- Timestamp:
- 11/02/2009 12:58:58 PM (16 years ago)
- Location:
- wp-reportpost
- Files:
-
- 24 added
- 2 edited
-
tags/1.2.3 (added)
-
tags/1.2.3/Readme.txt (added)
-
tags/1.2.3/ReportPost.class.php (added)
-
tags/1.2.3/ajax.php (added)
-
tags/1.2.3/archive-reports.php (added)
-
tags/1.2.3/assets (added)
-
tags/1.2.3/assets/loading.gif (added)
-
tags/1.2.3/assets/reports.png (added)
-
tags/1.2.3/assets/wprp-admin.css (added)
-
tags/1.2.3/assets/wprp.css (added)
-
tags/1.2.3/assets/wprp.js (added)
-
tags/1.2.3/main.php (added)
-
tags/1.2.3/new-reports.php (added)
-
tags/1.2.3/reports.php (added)
-
tags/1.2.3/screenshot-1.jpg (added)
-
tags/1.2.3/screenshot-2.jpg (added)
-
tags/1.2.3/screenshot-3.jpg (added)
-
tags/1.2.3/screenshot-4.jpg (added)
-
tags/1.2.3/screenshot-5.jpg (added)
-
tags/1.2.3/screenshot-6.jpg (added)
-
tags/1.2.3/screenshot-7.jpg (added)
-
tags/1.2.3/screenshot-8.jpg (added)
-
tags/1.2.3/screenshot-9.jpg (added)
-
tags/1.2.3/settings.php (added)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-reportpost/trunk/Readme.txt
r135845 r169581 4 4 Tags: broken link, broken, report, report post, post report, notify, inform, abuse, wp-report, error report 5 5 Requires at least: 2.8 6 Tested up to: 2.8 7 Stable tag: 1.2. 26 Tested up to: 2.8.5 7 Stable tag: 1.2.3 8 8 9 9 Simple and powerful plugin to make your life easier, Report post plugin to automate links / contents error reporting in your website. … … 42 42 43 43 There have been many updates in the Past, I'm only going to specify the main changes made to archive this new version 1.2. 44 = 1.2.3 = 45 Bug Fixes Only 44 46 = 1.2.2 = 45 47 * Fixed: Category listing seems to be Missing in some Wodpress? I have No idea why but created backup functions to Tackle this Issue. -
wp-reportpost/trunk/main.php
r135845 r169581 4 4 Plugin URI: http://www.rjeevan.com/en/projects/wordpress/plugins/wp-reportpost 5 5 Description: This plugin attach form (jQuery / Ajax) to your contents that can be Invoked by any end-user to make a report on posts / pages. This plugin gives you much flexibility as what to report and archive old reports... No coding skills needed, simply install and activate. 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: Rajeevan 8 8 Author URI: http://rjeevan.com … … 251 251 // Attach Form to the Contents 252 252 253 echo$text .= $form;253 $text .= $form; 254 254 255 255 // Return Final Contents 256 return '';//$text;256 return $text; 257 257 } 258 258
Note: See TracChangeset
for help on using the changeset viewer.