Plugin Directory

Changeset 169581


Ignore:
Timestamp:
11/02/2009 12:58:58 PM (16 years ago)
Author:
rjeevan
Message:

Bug Fixes Update

Location:
wp-reportpost
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-reportpost/trunk/Readme.txt

    r135845 r169581  
    44Tags: broken link, broken, report, report post, post report, notify, inform, abuse, wp-report, error report
    55Requires at least: 2.8
    6 Tested up to: 2.8
    7 Stable tag: 1.2.2
     6Tested up to: 2.8.5
     7Stable tag: 1.2.3
    88
    99Simple and powerful plugin to make your life easier, Report post plugin to automate links / contents error reporting in your website.
     
    4242
    4343There 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 =
     45Bug Fixes Only
    4446= 1.2.2 =
    4547* 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  
    44Plugin URI: http://www.rjeevan.com/en/projects/wordpress/plugins/wp-reportpost
    55Description: 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.2
     6Version: 1.2.3
    77Author: Rajeevan
    88Author URI: http://rjeevan.com
     
    251251    // Attach Form to the Contents
    252252   
    253     echo $text .= $form;
     253    $text .= $form;
    254254
    255255    // Return Final Contents
    256     return '';//$text;
     256    return $text;
    257257}
    258258
Note: See TracChangeset for help on using the changeset viewer.