Plugin Directory

Changeset 135837


Ignore:
Timestamp:
07/16/2009 08:02:17 PM (17 years ago)
Author:
rjeevan
Message:

Priority Chnge!

Location:
wp-reportpost
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-reportpost/tags/1.2.1/main.php

    r135677 r135837  
    5151
    5252        if($rp_if != 3) // BY THEME EDIT
    53             add_filter('the_content',wprp_attach_report, 1); // Call Attach Report Option
     53            add_filter('the_content',wprp_attach_report); // Call Attach Report Option
    5454           
    5555    } // END IF
  • wp-reportpost/trunk/main.php

    r135559 r135837  
    5151
    5252        if($rp_if != 3) // BY THEME EDIT
    53             add_filter('the_content',wprp_attach_report, 1); // Call Attach Report Option
     53            add_filter('the_content',wprp_attach_report); // Call Attach Report Option
    5454           
    5555    } // END IF
Note: See TracChangeset for help on using the changeset viewer.